Show raw api
{
"functions": [
{
"name": "observeAttribute",
"desc": "Observes an attribute on an instance.",
"params": [
{
"name": "instance",
"desc": "",
"lua_type": "Instance"
},
{
"name": "attributeName",
"desc": "",
"lua_type": "string"
},
{
"name": "defaultValue",
"desc": "",
"lua_type": "any?"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<any>"
}
],
"function_type": "static",
"source": {
"line": 24,
"path": "src/attributeutils/src/Shared/RxAttributeUtils.lua"
}
},
{
"name": "observeAttributeKeysBrio",
"desc": "Observes all the attribute keys that",
"params": [
{
"name": "instance",
"desc": "",
"lua_type": "Instance"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<Brio<string>>"
}
],
"function_type": "static",
"source": {
"line": 50,
"path": "src/attributeutils/src/Shared/RxAttributeUtils.lua"
}
},
{
"name": "observeAttributeKeys",
"desc": "Observes all the attribute keys for an instance",
"params": [
{
"name": "instance",
"desc": "",
"lua_type": "Instance"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<string>"
}
],
"function_type": "static",
"source": {
"line": 98,
"path": "src/attributeutils/src/Shared/RxAttributeUtils.lua"
}
},
{
"name": "observeAttributeBrio",
"desc": "Observes an attribute on an instance with a conditional statement.",
"params": [
{
"name": "instance",
"desc": "",
"lua_type": "Instance"
},
{
"name": "attributeName",
"desc": "",
"lua_type": "string"
},
{
"name": "condition",
"desc": "",
"lua_type": "function | nil"
}
],
"returns": [
{
"desc": "",
"lua_type": "Observable<Brio<any>>"
}
],
"function_type": "static",
"source": {
"line": 127,
"path": "src/attributeutils/src/Shared/RxAttributeUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "RxAttributeUtils",
"desc": "Utility functions involving attributes.",
"source": {
"line": 5,
"path": "src/attributeutils/src/Shared/RxAttributeUtils.lua"
}
}