SheetXL - v0.3.20
    Preparing search index...

    Collection Events.

    interface Events {
        onCollectionChange(source: ICollection): void;
        onInvalidated(source: ICollection): void;
    }
    Index

    Methods

    • Called when collections have changes.

      Parameters

      Returns void

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

      Parameters

      Returns void