# ActionInfo

## Content

# Interface: ActionInfo

Information about an action.

## Properties

### parameters?

```ts
optional parameters?: ActionParameter[];
```

Parameters associated with the action, if any.

***

### target?

```ts
optional target?: ActionTarget;
```

Target of the action, if any.

***

### type

```ts
type: ActionType;
```

Type of the action.
