Skip to content

@line/bot-sdk


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

optional height?: number

Defined in: lib/messaging-api/model/richMenuBounds.ts:41

Height of the area.

Minimum

1

Maximum

2147483647


width?

optional width?: number

Defined in: lib/messaging-api/model/richMenuBounds.ts:35

Width of the area.

Minimum

1

Maximum

2147483647


x?

optional x?: 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?

optional y?: 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