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