Skip to content

@line/bot-sdk


@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

height Documentation


width?

optional width: number

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

Width of the area.

See

width Documentation


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

x Documentation


y?

optional y: number

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

Vertical position relative to the top-left corner of the area.

See

y Documentation