Type class
Base class for Entity
objects that support Settings.
Click here for more info
Sources
This information about Settings is provided for reference only and is not available through exported packages and thus should not be imported or used on its own.
Inheritance
Settings does not extend any other symbol.
Settings is extended by Entity
, DataItem
.
Settings
Settings does not have any settings.
Private settings
Settings does not have any private settings.
Properties
enableDispose # |
Type Default If this is set to |
---|---|
uid # |
Type Default Unique ID. |
Methods
animate( options: ) |
Returns Animates setting values from current/start values to new ones. Click here for more info |
---|---|
constructor( settings: ) |
Returns |
dispose() |
Returns Disposes this object. |
get( key: ) |
Returns Returns settings value for the specified If there is no value, Click here for more info |
has( key: ) |
Returns Returns Click here for more info |
isDisposed() |
Returns Returns |
off( key: ) |
Returns Removes a callback for when value of a setting changes. Click here for more info |
offPrivate( key: ) |
Returns Removes a callback for when value of a private setting changes. Click here for more info |
on( key: ) |
Returns Sets a callback function to invoke when specific key of settings changes or is set. Click here for more info |
onPrivate( key: ) |
Returns Sets a callback function to invoke when specific key of private settings changes or is set. Click here for more info |
remove( key: ) |
Returns Removes a setting value for the specified Click here for more info |
removeAll() |
Returns Removes all keys; Click here for more info |
set( key: ) |
Returns Sets a setting Click here for more info |
setAll( settings: ) |
Returns Sets multiple settings at once. Click here for more info |
Events
Settings does not have any events.