# Interface: ScreenAnnotationTool

Defined in: [types.ts:1403](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1403)

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:1407](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1407)

Information about the type of annotation to use.

______________________________________________________________________

### type

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

Defined in: [types.ts:1280](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1280)

The type identifier for this tool.

#### Inherited from

`BaseTool.type`
