Skip to content

@line/bot-sdk


@line/bot-sdk / FlexSpacer

Type Alias: FlexSpacer

FlexSpacer: object

Defined in: lib/types.ts:1653

This is an invisible component that places a fixed-size space at the beginning or end of the box.

Type declaration

size?

optional size: "xs" | "sm" | "md" | "lg" | "xl" | "xxl"

Size of the space. The size increases in the order of listing. The default value is md.

type

type: "spacer"

Deprecated