Type class
An object representing a collection of setting values to apply as required.
Click here for more info
Sources
This information about State is provided for reference only and is not available through exported packages and thus should not be imported or used on its own.
Inheritance
State does not extend any other symbol.
State is not extended by any other symbol.
Settings
State does not have any settings.
Private settings
State does not have any private settings.
Properties
State does not have any properties.
Methods
apply() |
Returns Applies the state to the target element. All setting values are set immediately. |
---|---|
applyAnimate( duration?: ) |
Returns Applies the state to the target element. Returns an object representing all |
constructor( entity: ) |
Returns |
get( key: ) |
Returns Returns settings value for the specified If there is no value, Click here for more info |
remove( key: ) |
Returns Removes a setting value for the specified Click here for more info |
set( key: ) |
Returns Sets a setting |
setAll( settings: ) |
Returns Sets multiple settings at once. Click here for more info |
Events
State does not have any events.