ISPO SDK
    Preparing search index...

    Interface PowerboxSaveArgs

    Markdown
    interface PowerboxSaveArgs {
        accept?: string[];
        content: string | Uint8Array<ArrayBufferLike>;
        name?: string;
        timeoutMs?: number;
    }
    Index
    accept?: string[]

    MIME prefixes that hint the powerbox's Files destination filtering.

    content: string | Uint8Array<ArrayBufferLike>

    Bytes (binary) or text to save. The host writes them to the chosen dest.

    name?: string

    Suggested basename shown in the powerbox.

    timeoutMs?: number

    Interactive picker budget in ms. Defaults to 90s.