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