Appearance
@line/bot-sdk / FlexSeparator
Type Alias: FlexSeparator
FlexSeparator =
object
Defined in: lib/types.ts:1529
This component draws a separator between components in the parent box.
Properties
color?
optionalcolor:string
Defined in: lib/types.ts:1546
Color of the separator. Use a hexadecimal color code.
margin?
optionalmargin:string|"none"|"xs"|"sm"|"md"|"lg"|"xl"|"xxl"
Defined in: lib/types.ts:1542
Minimum space between this box and the previous component in the parent box.
nonedoes not set a space while the other values set a space whose size increases in the order of listing.- The default value is the value of the
spacingproperty of the parent box. - If this box is the first component in the parent box, the
marginproperty will be ignored.
type
type:
"separator"
Defined in: lib/types.ts:1530