ISPO SDK
    Preparing search index...

    Interface FilesEditSessionReturnTo

    Markdown
    interface FilesEditSessionReturnTo {
        path?: string;
        projectId?: string;
    }
    Index
    path?: string

    App path to navigate back to after close.

    projectId?: string

    Defaults to the project that opened the session.