Skip to content

@line/bot-sdk


@line/bot-sdk / FlexBlockStyle

Type Alias: FlexBlockStyle

FlexBlockStyle = object

Defined in: lib/types.ts:909

Properties

backgroundColor?

optional backgroundColor: string

Defined in: lib/types.ts:913

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


separator?

optional separator: boolean

Defined in: lib/types.ts:920

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

Color of the separator. Use a hexadecimal color code.