Appearance
@line/bot-sdk / FlexBlockStyle
Type Alias: FlexBlockStyle
FlexBlockStyle =
object
Defined in: lib/types.ts:917
Properties
backgroundColor?
optional
backgroundColor:string
Defined in: lib/types.ts:921
Background color of the block. Use a hexadecimal color code.
separator?
optional
separator:boolean
Defined in: lib/types.ts:928
true
to place a separator above the block.true
will be ignored for the first block in a container because you cannot place a separator above the first block.- The default value is
false
.
separatorColor?
optional
separatorColor:string
Defined in: lib/types.ts:932
Color of the separator. Use a hexadecimal color code.