Appearance
@line/bot-sdk • Docs
@line/bot-sdk / FlexSpacer
Type Alias: FlexSpacer
FlexSpacer:
object
This is an invisible component that places a fixed-size space at the beginning or end of the box.
Type declaration
size?
optional
size:"xs"
|"sm"
|"md"
|"lg"
|"xl"
|"xxl"
Size of the space. The size increases in the order of listing. The default value is md
.
type
type:
"spacer"