Interface SheetHeadersEvent

interface SheetHeadersEvent {
    runs: RunCoords[];
    source: ISheetHeadersModel<any, any, any>;
    transactional: boolean;
    type: string;
}

Hierarchy (view full)

Properties

runs: RunCoords[]
source: ISheetHeadersModel<any, any, any>

The source of the ListenerEvent

transactional: boolean

If the event is being fired from within a transaction.

type: string