Member Junction
    Preparing search index...

    Fired before sort - 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)

    The column being sorted

    currentSortState: DataGridSortState[]

    Current sort state before change

    direction: "asc" | "desc" | "none"

    The new sort direction

    grid: unknown

    The grid component that raised the event

    isMultiSort: boolean

    Whether this is a multi-sort operation (shift+click)

    timestamp: Date

    Timestamp when event was raised