Appearance
@line/bot-sdk / messagingApi / FlexBoxCornerRadius
Type Alias: FlexBoxCornerRadius
FlexBoxCornerRadius:
"none"
|"xs"
|"sm"
|"md"
|"lg"
|"xl"
|"xxl"
Defined in: lib/messaging-api/model/flexBoxCornerRadius.ts:17
Radius at the time of rounding the corners of the box. This is only for cornerRadius
in FlexBox. A value of none means that corners are not rounded; the other values are listed in order of increasing radius.