Interface SheetModelEvent

interface SheetModelEvent {
    source: ISheetModel;
    transactional: boolean;
    type: string;
}

Hierarchy (view full)

Properties

source: ISheetModel

The source of the ListenerEvent

transactional: boolean

If the event is being fired from within a transaction.

type: string