SheetXL - v0.3.20
    Preparing search index...

    IListener for IConditionalFormat events.

    interface Events {
        onAnyChange(source: IModel): void;
        onClose(source: IModel): void;
        onDelete(source: IModel): void;
        onInvalidated(source: IModel): void;
        onReadOnlyChange(source: IModel): void;
    }

    Hierarchy

    • Events
      • Events
    Index

    Methods

    • Called when any state has been modified.

      Parameters

      • source: IModel

      Returns void

    • Called when the transaction is closed.

      Parameters

      • source: IModel

      Returns void

    • Called when the model has been deleted.

      Parameters

      • source: IModel

      Returns void

    • Called when the state has been updated due to a undo/redo and a rerender is required.

      Parameters

      • source: IModel

      Returns void

    • Called when the readOnly status is updated.

      Parameters

      • source: IModel

      Returns void