Type Alias UiOpenRequest

UiOpenRequest: OpenRequestPayload & {
    app_context?: Record<string, any>;
    app_embed_location?: EmbedLocation;
    app_name?: string;
}

Type declaration

  • Optionalapp_context?: Record<string, any>

    Context to pass to the app

  • Optionalapp_embed_location?: EmbedLocation

    Embed location of the app

  • Optionalapp_name?: string

    Name of the app to open