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

    Type Alias ExportOptions

    type ExportOptions = {
        export?: boolean;
        exportResources?: ExportResourcesOptions;
        mapWhfsLink?: (
            data: ExportMapWhfsLinkInfo,
        ) => string | null | Promise<string | null>;
    }
    Index

    Properties

    export?: boolean
    exportResources?: ExportResourcesOptions
    mapWhfsLink?: (
        data: ExportMapWhfsLinkInfo,
    ) => string | null | Promise<string | null>