ISPO SDK
    Preparing search index...

    Interface PowerboxSaveResult

    Markdown

    Files entry created by files.save (spec §19.4).

    interface PowerboxSaveResult {
        path: string;
        publicId?: string;
    }
    Index
    path: string

    Files library path the file landed at.

    publicId?: string

    The created files.file entity id, when available.