Skip to main content

BoundAncestorTracker

Tracks a parent bound to a specific binder

Properties

Class

This item is read only and cannot be modified. Read Only
BoundAncestorTracker.Class: ValueObject<T>

Bound value

Functions

new

BoundAncestorTracker.new(
binderBinder<T>,
childInstance
) → BoundAncestorTracker

Constructs a new BoundAncestorTracker

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"
    }
}