apex-grid
    Preparing search index...

    Interface ApexQuickFilterChangingEvent

    Event payload for the cancellable quickFilterChanging event.

    interface ApexQuickFilterChangingEvent {
        nextValue: string;
        value: string;
    }
    Index

    Properties

    Properties

    nextValue: string

    The proposed quick-filter value.

    value: string

    The current quick-filter value before the change.