Appearance
@line/bot-sdk / messagingApi / FlexOffset
Type Alias: FlexOffset
FlexOffset =
"none"|"xs"|"sm"|"md"|"lg"|"xl"|"xxl"
Defined in: lib/messaging-api/model/flexOffset.ts:17
You can specify the offset of a component with the offset* property, in pixels or with a keyword. You can also specify the percentage to the box width for offsetStart and offsetEnd and to the box height for offsetTop and offsetBottom. FlexOffset just provides only keywords.