ExportWHFSOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface ExportWHFSOptions

    interface ExportWHFSOptions {
        linkResourcesFrom?: string[];
        onProgress?: (progress: { subPath: string }) => void;
    }
    Index

    Properties

    linkResourcesFrom?: string[]

    A list of resource paths that may contain resources to be linked to.

    onProgress?: (progress: { subPath: string }) => void

    Callback on progress change. May be invoked multiple times for the same path to add other progress information