Appearance
@line/bot-sdk / FlexBubble
Type Alias: FlexBubble
FlexBubble =
object
Defined in: lib/types.ts:881
This is a container that contains one message bubble. It can contain four blocks: header, hero, body, and footer.
For more information about using each block, see Block.
Properties
action?
optional
action:Action
Defined in: lib/types.ts:899
body?
optional
body:FlexBox
Defined in: lib/types.ts:896
direction?
optional
direction:"ltr"
|"rtl"
Defined in: lib/types.ts:893
Text directionality and the order of components in horizontal boxes in the container. Specify one of the following values:
ltr
: Left to rightrtl
: Right to left
The default value is ltr
.
footer?
optional
footer:FlexBox
Defined in: lib/types.ts:897
header?
optional
header:FlexBox
Defined in: lib/types.ts:894
hero?
Defined in: lib/types.ts:895
size?
optional
size:"nano"
|"micro"
|"kilo"
|"mega"
|"giga"
Defined in: lib/types.ts:883
styles?
optional
styles:FlexBubbleStyle
Defined in: lib/types.ts:898
type
type:
"bubble"
Defined in: lib/types.ts:882