Module: ui/component-section
Functions
add
▸ add(messageOptions
): Promise
<void
>
Parameters
Name | Type |
---|---|
messageOptions | Omit <MessageDataType <"uiComponentSectionRenderer" >, "src" > |
Returns
Promise
<void
>
Defined in
packages/admin-sdk/src/channel.ts:441
Type Aliases
uiComponentSectionRenderer
Ƭ uiComponentSectionRenderer: { responseType
: void
; component
: string
; positionId
: string
; props
: unknown
; src?
: string
} & cardComponentRender
Contains all possible components for the sections
Defined in
packages/admin-sdk/src/ui/component-section/index.ts:11