ISPO SDK
    Preparing search index...

    Interface FilesEditSessionCloseArgs

    Markdown
    interface FilesEditSessionCloseArgs {
        returnTo?: boolean | FilesEditSessionReturnTo;
        sessionId: string;
    }
    Index
    returnTo?: boolean | FilesEditSessionReturnTo

    Requests the return reveal after close. The destination is host-resolved from the session record — the returnTo captured at files.openWith, else the origin project — never from this argument. Pass true to accept that destination; a supplied object must echo it, and a projectId or path that disagrees with the session's resolved destination is a typed refusal, never a redirect. Omit to close without revealing.

    sessionId: string