JSONAttributeValue
Stores a JSON encoded value in an attribute, and allows access to it like a ValueObject.
Functions
new
Constructs a new JSONAttributeValue
Stores a JSON encoded value in an attribute, and allows access to it like a ValueObject.
newConstructs a new JSONAttributeValue
{
"functions": [
{
"name": "new",
"desc": "Constructs a new JSONAttributeValue",
"params": [
{
"name": "object",
"desc": "",
"lua_type": "Instance"
},
{
"name": "attributeName",
"desc": "",
"lua_type": "string"
},
{
"name": "defaultValue",
"desc": "",
"lua_type": "T?"
}
],
"returns": [
{
"desc": "",
"lua_type": "JSONAttributeValue<T>"
}
],
"function_type": "static",
"source": {
"line": 28,
"path": "src/attributeutils/src/Shared/JSONAttributeValue.lua"
}
}
],
"properties": [],
"types": [],
"name": "JSONAttributeValue",
"desc": "Stores a JSON encoded value in an attribute, and allows access to it like\na ValueObject.",
"source": {
"line": 8,
"path": "src/attributeutils/src/Shared/JSONAttributeValue.lua"
}
}