Skip to content

Commit

Permalink
Instrument navigationBar.titleText.visibleProperty, see #934
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 17, 2023
1 parent 1c0c6b3 commit dca435b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/NavigationBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ class NavigationBar extends Node {
phetioFeatured: true,
phetioDocumentation: 'Displays the title of the simulation in the navigation bar (bottom left)',
visiblePropertyOptions: { phetioFeatured: true },
stringPropertyOptions: { phetioReadOnly: true }
stringPropertyOptions: { phetioReadOnly: true },
phetioVisiblePropertyInstrumented: true
} );

// Container node so that the visibility of the Navigation Bar title text can be controlled
Expand Down

0 comments on commit dca435b

Please sign in to comment.