Skip to content

@line/bot-sdkDocs


@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.

Defined in

lib/messaging-api/model/flexOffset.ts:17