ISPO SDK
    Preparing search index...

    Interface PowerboxOpenArgs

    Markdown
    interface PowerboxOpenArgs {
        accept?: string[];
        multiple?: boolean;
        timeoutMs?: number;
    }
    Index
    accept?: string[]

    MIME prefixes the picker should offer as selectable (e.g. ['audio/', 'video/']). Omit to allow any file. Non-matching rows are shown disabled.

    multiple?: boolean

    Allow selecting more than one object. Defaults to single-select.

    timeoutMs?: number

    Interactive picker budget in ms. Defaults to 90s.