Skip to content

Commit

Permalink
isShowingProperty is featured, phetsims/joist#744
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 8, 2022
1 parent c3720b8 commit a2cf3a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/Popupable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ const Popupable = <SuperType extends Constructor>( type: SuperType, optionsArgPo

this.isShowingProperty = new BooleanProperty( false, {
tandem: options.tandem.createTandem( 'isShowingProperty' ),
phetioReadOnly: true
phetioReadOnly: true,
phetioFeatured: true
} );

this.isShowingProperty.lazyLink( isShowing => {
Expand Down

0 comments on commit a2cf3a7

Please sign in to comment.