Appearance
@line/bot-sdk / FlexFiller
Type Alias: FlexFiller
FlexFiller =
object
Defined in: lib/types.ts:1295
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.
Properties
flex?
optional
flex:number
Defined in: lib/types.ts:1300
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"
Defined in: lib/types.ts:1296