Skip to content

StickyToggleButtonInteractionStateProperty

Overview

A DerivedProperty that maps StickyToggleButtonModel states to the states needed by the button view.

@author John Blanco (PhET Interactive Simulations)

Class StickyToggleButtonInteractionStateProperty

import { StickyToggleButtonInteractionStateProperty } from 'scenerystack/sun';

Constructor

new StickyToggleButtonInteractionStateProperty( buttonModel : StickyToggleButtonModel<T> )

Instance Methods

Source Code

See the source for StickyToggleButtonInteractionStateProperty.ts in the sun repository.