Appearance
@line/bot-sdk / FlexBlockStyle
Type Alias: FlexBlockStyle
FlexBlockStyle =
object
Defined in: lib/types.ts:917
Properties
backgroundColor?
optionalbackgroundColor:string
Defined in: lib/types.ts:921
Background color of the block. Use a hexadecimal color code.
separator?
optionalseparator:boolean
Defined in: lib/types.ts:928
trueto place a separator above the block.truewill 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?
optionalseparatorColor:string
Defined in: lib/types.ts:932
Color of the separator. Use a hexadecimal color code.