Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetRichMenuInsightSummaryResponseBounds

Type Alias: GetRichMenuInsightSummaryResponseBounds

GetRichMenuInsightSummaryResponseBounds = object

Defined in: lib/insight/model/getRichMenuInsightSummaryResponseBounds.ts:16

Target area of the metrics, represented by the top-left coordinate, width, and height.

Properties

height

height: number

Defined in: lib/insight/model/getRichMenuInsightSummaryResponseBounds.ts:32

The height of the target area.


width

width: number

Defined in: lib/insight/model/getRichMenuInsightSummaryResponseBounds.ts:28

The width of the target area.


x

x: number

Defined in: lib/insight/model/getRichMenuInsightSummaryResponseBounds.ts:20

The x coordinate of the top-left corner of the target area.


y

y: number

Defined in: lib/insight/model/getRichMenuInsightSummaryResponseBounds.ts:24

The y coordinate of the top-left corner of the target area.