SheetXL - v0.3.20
    Preparing search index...

    Interface Events

    IListener for ITable events.

    interface Events {
        onAnchorCoordsChange(source: IAnchored): void;
        onAnyChange(source: ITable): void;
        onClose(source: IAnchored): void;
        onDelete(source: IAnchored): void;
        onInvalidated(source: IAnchored): void;
        onProtectedChange(source: IAnchored): void;
        onStyleChange(source: ITable): void;
    }
    Index

    Methods

    • Called when the anchor bounds are updated.

      Parameters

      Returns void

    • Called when any property changes.

      Parameters

      Returns void

    • Called when the anchor transaction is closed.

      Parameters

      Returns void

    • Called when the anchor is removed.

      Parameters

      Returns void

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

      Parameters

      Returns void

    • Called when the anchor protection is updated.

      Parameters

      Returns void

    • Called when the table is changed.

      Parameters

      Returns void