Skip to content

@line/bot-sdkDocs


@line/bot-sdk / FlexBlockStyle

Type Alias: FlexBlockStyle

FlexBlockStyle: object

Type declaration

backgroundColor?

optional backgroundColor: string

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

separator?

optional separator: boolean

  • 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

Color of the separator. Use a hexadecimal color code.

Defined in

lib/types.ts:1016