SheetXL - v0.3.20
    Preparing search index...

    Interface IResourceCollection

    Collections of IResource.

    interface IResourceCollection {
        add(
            resource: string | IResource | IResourceCollection.AddOptions,
        ): IResource;
        beginPersist(): IPersistScope<JSON>;
        getCount(): number;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    • Used for saving resource. Returns a visitor that will allow for a toJSON that will only save the resource that were accessed within the persist scope.

      Returns IPersistScope<JSON>

    • Returns the total items available.

      Returns number

      Useful as a quick escape for search.