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.

Deprecated

Properties

size?

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

Defined in: lib/types.ts:1660

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


type

type: "spacer"

Defined in: lib/types.ts:1654