SheetXL - v0.3.20
    Preparing search index...

    Interface ISnapshotSource<D, S, C, J>

    Interface for objects that supports returning ISnapshot.

    interface ISnapshotSource<D = any, S = any, C = any, J = any> {
        getSnapshot(
            options?: ReferenceableClipboard.CopyOptions,
        ): IHistory.ISnapshot<D, S, C, J>;
    }

    Type Parameters

    • D = any
    • S = any
    • C = any
    • J = any

    Hierarchy (View Summary)

    Index

    Methods

    Methods