Kind: Interface
Source: atloria-monorepo/packages/types/src/models/screenshot-annotation.ts
Highlight rectangle around a region.
Properties
| Property | Type |
|---|---|
type | 'box' |
x | number |
y | number |
w | number |
h | number |
label | string |
color | string |
Kind: Interface
Source: atloria-monorepo/packages/types/src/models/screenshot-annotation.ts
Highlight rectangle around a region.
| Property | Type |
|---|---|
type | 'box' |
x | number |
y | number |
w | number |
h | number |
label | string |
color | string |
Was this page helpful?