Member Junction
    Preparing search index...

    Class BeforeKeyboardNavigateEventArgs

    Fired before keyboard navigation - can be canceled

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Cancel: boolean = false

    Set to true to cancel the operation

    CancelReason?: string

    Optional reason for cancellation (for logging/debugging)

    CurrentNode: TreeNode | null

    The currently focused node (if any)

    Key: string

    The key that was pressed

    KeyboardEvent: KeyboardEvent

    The keyboard event

    TargetNode: TreeNode | null

    The node that will be focused

    Timestamp: Date

    Timestamp when event was raised

    Tree: unknown

    The tree component that raised the event