Appearance
@line/bot-sdk / insight / GetRichMenuInsightDailyResponseBounds
Type Alias: GetRichMenuInsightDailyResponseBounds
GetRichMenuInsightDailyResponseBounds =
object
Defined in: lib/insight/model/getRichMenuInsightDailyResponseBounds.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/getRichMenuInsightDailyResponseBounds.ts:32
The height of the target area.
width
width:
number
Defined in: lib/insight/model/getRichMenuInsightDailyResponseBounds.ts:28
The width of the target area.
x
x:
number
Defined in: lib/insight/model/getRichMenuInsightDailyResponseBounds.ts:20
The x coordinate of the top-left corner of the target area.
y
y:
number
Defined in: lib/insight/model/getRichMenuInsightDailyResponseBounds.ts:24
The y coordinate of the top-left corner of the target area.