@dxos/react-client
    Preparing search index...

    Interface LayoutRequest

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

    interface LayoutRequest {
        invitationCode?: string;
        layout: ShellLayout;
        spaceId?: string;
        spaceKey?: PublicKey;
        target?: string;
    }
    Index

    Properties

    invitationCode?: string

    Invitation code to join a space/identity.

    Options:

    • proto3_optional = true
    layout: ShellLayout

    Determins which panel of the shell is opened.

    spaceId?: string

    Id of the space to share.

    Options:

    • proto3_optional = true
    spaceKey?: PublicKey

    Key of the space to share.

    Options:

    • proto3_optional = true
    target?: string

    Target to include in an invitation for redirecting after a successful invitation.

    Options:

    • proto3_optional = true