PropertySet
PropertySet
Deprecated
Kind: global class
new PropertySet(options)
Param |
---|
options |
propertySet.get(path) ⇒ T
Kind: instance method of PropertySet
Param | Type |
---|---|
path | string |
propertySet.getOrDefault(path, defaultValue) ⇒ T
Kind: instance method of PropertySet
Param | Type |
---|---|
path | string |
defaultValue | T |
propertySet.set(path, value)
Kind: instance method of PropertySet
Param | Type |
---|---|
path | String |
value | Number | Boolean | String |
propertySet.toBinaryBuffer(buffer)
Kind: instance method of PropertySet
Param | Type |
---|---|
buffer | BinaryBuffer |
propertySet.fromBinaryBuffer(buffer)
Kind: instance method of PropertySet
Param | Type |
---|---|
buffer | BinaryBuffer |