ISPO SDK
    Preparing search index...

    Variable pickerConst

    Markdown
    picker: {
        open: (
            args?: PowerboxOpenArgs,
        ) => Promise<PowerboxPickResult | PowerboxPickResult[] | null>;
        save: (args: PowerboxSaveArgs) => Promise<PowerboxSaveResult | null>;
    } = ...

    picker.open / picker.save — the powerbox under its name-forward alias. Identical wire calls to files.pick / files.save; the alias reads cleaner at call sites that are about the dialog rather than the Files library.

    Type Declaration