Properties
Since: 25.6
Static Methods
getProperties
Return Property Owner Object
Since: 25.6
Returns: Promise<Properties>
Parameters
Instance Methods
createClearValueAction
Create an action to clear the value with the given name. This method can fail if e.g. the underlying properties object does not support action based setting of properties.
Since: 25.6
Returns: Action
Parameters
createSetValueAction
Create an action to set a named value through scripting. This method can fail if e.g. the underlying properties object does not support action based setting of properties.
Since: 25.6
Returns: Action
Parameters
getValue
Get named value in native string form
Since: 25.6
Returns: string
Parameters
getValueAsBool
Get named value as boolean
Since: 25.6
Returns: boolean
Parameters
getValueAsFloat
Get named value as float number
Since: 25.6
Returns: number
Parameters
getValueAsInt
Get named value as integer number
Since: 25.6
Returns: number
Parameters
hasValue
Check if a named value exists under this name.
Since: 25.6
Returns: boolean