@dxos/client
    Preparing search index...

    Interface AppContextRequest

    Defined in: file://./../../dxos/iframe.proto

    interface AppContextRequest {
        display?: ShellDisplay;
        reset?: boolean;
        spaceId?: string;
        spaceKey?: PublicKey;
        target?: string;
    }
    Index

    Properties

    display?: ShellDisplay

    The display mode that shell should use.

    Options:

    • proto3_optional = true
    reset?: boolean

    Shell cannot reload the app from within an iframe.

    Options:

    • proto3_optional = true
    spaceId?: string

    The id of the joined space.

    Options:

    • proto3_optional = true
    spaceKey?: PublicKey

    The key of the joined space.

    Options:

    • proto3_optional = true
    target?: string

    Target to redirect to after a successful invitation.

    Options:

    • proto3_optional = true