ISPO SDK
    Preparing search index...

    Interface FilesOpenWithArgs

    Markdown
    interface FilesOpenWithArgs {
        editorProjectId: string;
        item: FilesOpenWithItem;
        mode: "edit";
        returnTo?: FilesEditSessionReturnTo;
        timeoutMs?: number;
    }
    Index
    editorProjectId: string
    mode: "edit"
    timeoutMs?: number

    Interactive object-consent budget in ms. Defaults to 90s.