Type Alias UiAppSetDataPayload
UiAppSetDataPayload: { canvas: CanvasRetrieve; client: string | null; component_id: string; display_mode: string | undefined; height: string | undefined; in_call: boolean; is_edit_mode: boolean; platform: string | undefined; section_index: number | null; section_list_id: string | null; settings: EmbeddableProps["settings"] | null; used_in_section: CanvasSection | null; user: User | null; width: string | undefined;} Type declaration
client: string | null
component_id: string
display_mode: string | undefined
height: string | undefined
in_call: boolean
is_edit_mode: boolean
platform: string | undefined
section_index: number | null
section_list_id: string | null
user: User | null
width: string | undefined
Canvas data