Appearance
@line/bot-sdk / messagingApi / RichMenuBounds
Type Alias: RichMenuBounds
RichMenuBounds =
object
Defined in: lib/messaging-api/model/richMenuBounds.ts:17
Rich menu bounds
See
https://developers.line.biz/en/reference/messaging-api/#bounds-object
Properties
height?
optionalheight?:number
Defined in: lib/messaging-api/model/richMenuBounds.ts:41
Height of the area.
Minimum
1
Maximum
2147483647
width?
optionalwidth?:number
Defined in: lib/messaging-api/model/richMenuBounds.ts:35
Width of the area.
Minimum
1
Maximum
2147483647
x?
optionalx?:number
Defined in: lib/messaging-api/model/richMenuBounds.ts:23
Horizontal position relative to the top-left corner of the area.
Minimum
0
Maximum
2147483647
y?
optionaly?:number
Defined in: lib/messaging-api/model/richMenuBounds.ts:29
Vertical position relative to the top-left corner of the area.
Minimum
0
Maximum
2147483647