Skip to content

@line/bot-sdk


@line/bot-sdk / FlexBlockStyle

Type Alias: FlexBlockStyle

FlexBlockStyle = object

Defined in: lib/types.ts:1016

Properties

backgroundColor?

optional backgroundColor: string

Defined in: lib/types.ts:1020

Background color of the block. Use a hexadecimal color code.


separator?

optional separator: boolean

Defined in: lib/types.ts:1027

  • 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:1031

Color of the separator. Use a hexadecimal color code.