ISPO SDK
    Preparing search index...

    Interface PowerboxPickResult

    Markdown

    One object the user picked, delivered by pure copy or controlled reference.

    interface PowerboxPickResult {
        kind: PowerboxItemKind;
        mimeType: string;
        name: string;
        size: number;
        url?: string;
    }
    Index
    mimeType: string
    name: string
    size: number
    url?: string

    A controlled reference URL; load it directly. Small media is delivered as a caller-scoped copy behind the URL; large media streams from the Files library with no byte copy (the URL supports Range/seek).