Skip to main content

PropertySet

PropertySet

Deprecated

Kind: global class

new PropertySet(options)

Param
options

propertySet.get(path) ⇒ T

Kind: instance method of PropertySet

ParamType
pathstring

propertySet.getOrDefault(path, defaultValue) ⇒ T

Kind: instance method of PropertySet

ParamType
pathstring
defaultValueT

propertySet.set(path, value)

Kind: instance method of PropertySet

ParamType
pathString
valueNumber | Boolean | String

propertySet.toBinaryBuffer(buffer)

Kind: instance method of PropertySet

ParamType
bufferBinaryBuffer

propertySet.fromBinaryBuffer(buffer)

Kind: instance method of PropertySet

ParamType
bufferBinaryBuffer