Show raw api
{
"functions": [
{
"name": "new",
"desc": "Constructs a new BoundParentTracker",
"params": [
{
"name": "binder",
"desc": "",
"lua_type": "Binder<T>"
},
{
"name": "child",
"desc": "",
"lua_type": "Instance"
}
],
"returns": [
{
"desc": "",
"lua_type": "BoundParentTracker"
}
],
"function_type": "static",
"source": {
"line": 34,
"path": "src/rxbinderutils/src/Shared/Trackers/BoundParentTracker.lua"
}
}
],
"properties": [
{
"name": "Class",
"desc": "Bound value",
"lua_type": "ValueObject<T?>",
"readonly": true,
"source": {
"line": 46,
"path": "src/rxbinderutils/src/Shared/Trackers/BoundParentTracker.lua"
}
}
],
"types": [],
"name": "BoundParentTracker",
"desc": "Tracks the parent bound to a specific binder.",
"source": {
"line": 6,
"path": "src/rxbinderutils/src/Shared/Trackers/BoundParentTracker.lua"
}
}