StringProperty¶
Overview¶
StringProperty is a Property whose value is a string.
@author Sam Reid (PhET Interactive Simulations) @author Chris Malley (PixelZoom, Inc.)
Class StringProperty¶
Constructor¶
new StringProperty( value : string, providedOptions? : StringPropertyOptions )¶
Instance Methods¶
Type StringPropertyOptions¶
StrictOmit<PropertyOptions<string>, "valueType" | "phetioValueType">
Source Code¶
See the source for StringProperty.ts in the axon repository.