Appearance
@line/bot-sdk / messagingApi / RichMenuBounds
Type Alias: RichMenuBounds
RichMenuBounds =
object
Defined in: lib/messaging-api/model/richMenuBounds.ts:16
Rich menu bounds
Properties
height?
optional
height:number
Defined in: lib/messaging-api/model/richMenuBounds.ts:40
Height of the area.
See
width?
optional
width:number
Defined in: lib/messaging-api/model/richMenuBounds.ts:34
Width of the area.
See
x?
optional
x:number
Defined in: lib/messaging-api/model/richMenuBounds.ts:22
Horizontal position relative to the top-left corner of the area.
See
y?
optional
y:number
Defined in: lib/messaging-api/model/richMenuBounds.ts:28
Vertical position relative to the top-left corner of the area.