Skip to content

@line/bot-sdk


@line/bot-sdk / FlexFiller

Type Alias: FlexFiller

FlexFiller: object

Defined in: lib/types.ts:1402

This is an invisible component to fill extra space between components.

  • The filler's flex property is fixed to 1.
  • The spacing property of the parent box will be ignored for fillers.

Type declaration

flex?

optional flex: number

The ratio of the width or height of this component within the parent box. For more information, see Width and height of components.

type

type: "filler"