Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / RichMenuBounds

Type Alias: RichMenuBounds

RichMenuBounds: object

Rich menu bounds

Type declaration

height?

optional height: number

Height of the area.

See

height Documentation

width?

optional width: number

Width of the area.

See

width Documentation

x?

optional x: number

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

See

x Documentation

y?

optional y: number

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

See

y Documentation

Defined in

lib/messaging-api/model/richMenuBounds.ts:16