Appearance
@line/bot-sdk / FlexBubble
Type Alias: FlexBubble
FlexBubble =
object
Defined in: lib/types.ts:988
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:1006
body?
optional
body:FlexBox
Defined in: lib/types.ts:1003
direction?
optional
direction:"ltr"
|"rtl"
Defined in: lib/types.ts:1000
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:1004
header?
optional
header:FlexBox
Defined in: lib/types.ts:1001
hero?
Defined in: lib/types.ts:1002
size?
optional
size:"nano"
|"micro"
|"kilo"
|"mega"
|"giga"
Defined in: lib/types.ts:990
styles?
optional
styles:FlexBubbleStyle
Defined in: lib/types.ts:1005
type
type:
"bubble"
Defined in: lib/types.ts:989