Interface SheetViewEvent

interface SheetViewEvent {
    source: ISheetView;
    transactional: boolean;
    type: string;
}

Hierarchy (view full)

Properties

source: ISheetView

The source of the ListenerEvent

transactional: boolean

If the event is being fired from within a transaction.

type: string