UI Headless Runtime API - v1.0.0
    Preparing search index...

    Interface TreeChangeEvent

    Tree lifecycle payload.

    interface TreeChangeEvent {
        details: ChangeDetails<TreeChangeReason>;
        node: Readonly<TreeNode>;
    }
    Index

    Properties

    Properties

    Typed cause and optional native event.

    node: Readonly<TreeNode>

    Node that initiated the transition.