Appearance
@line/bot-sdk • Docs
@line/bot-sdk / messagingApi / FlexOffset
Type Alias: FlexOffset
FlexOffset:
"none"
|"xs"
|"sm"
|"md"
|"lg"
|"xl"
|"xxl"
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.