@nextcloud/viewer
    Preparing search index...

    Interface ViewerCandidate

    A copy of the library offering to be the implementation on this page

    interface ViewerCandidate {
        load: () => Promise<unknown>;
        version: string;
    }
    Index
    load: () => Promise<unknown>

    Loads and mounts that copy. Only ever called on the winner

    version: string

    The offering copy's package version