Kind: Interface
Source: atloria-monorepo/packages/types/src/models/screenshot-annotation.ts
Arrow pointing at a UI element.
Properties
| Property | Type |
|---|---|
type | 'arrow' |
from | Point |
to | Point |
color | string |
label | string |
Kind: Interface
Source: atloria-monorepo/packages/types/src/models/screenshot-annotation.ts
Arrow pointing at a UI element.
| Property | Type |
|---|---|
type | 'arrow' |
from | Point |
to | Point |
color | string |
label | string |
Was this page helpful?