# Interface: ScreenAnnotationTool

Defined in: [types.ts:1411](https://github.com/coda/packs-sdk/blob/279a7a7a5cbb5c317475f389af3f063f61f0ee21/types.ts#L1411)

Tool that provides access to screen annotation capabilities.

## Extends

- `BaseTool`\<[`ScreenAnnotation`](../../enumerations/ToolType/#screenannotation)>

## Properties

### annotation

> **annotation**: [`ScreenAnnotation`](../../type-aliases/ScreenAnnotation/)

Defined in: [types.ts:1415](https://github.com/coda/packs-sdk/blob/279a7a7a5cbb5c317475f389af3f063f61f0ee21/types.ts#L1415)

Information about the type of annotation to use.

______________________________________________________________________

### type

> **type**: [`ScreenAnnotation`](../../enumerations/ToolType/#screenannotation)

Defined in: [types.ts:1288](https://github.com/coda/packs-sdk/blob/279a7a7a5cbb5c317475f389af3f063f61f0ee21/types.ts#L1288)

The type identifier for this tool.

#### Inherited from

`BaseTool.type`
