Member Junction
    Preparing search index...

    Fired BEFORE a node in the graph is selected. Listeners can cancel selection (e.g. if navigation is restricted or unsaved changes exist in an inspector).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Cancel: boolean = false

    Set to true in a Before-event listener to prevent the action from completing

    CancelReason?: string

    Optional human-readable reason for telemetry, debugging, or UI feedback

    Node: GraphNode
    PreviousNode: GraphNode<Record<string, unknown>> | null = null