---
meta:
 - name: keywords
   description: api typescript node.js documentation SetActionItemMessage type
---
# SetActionItemMessage - @tsed/formio

## Usage

```typescript
import { SetActionItemMessage } from "@tsed/third-parties/formio/src/domain/FormioAction";
```

> See [/packages/third-parties/formio/src/domain/FormioAction.ts](https://github.com/tsedio/tsed/blob/v8.28.2/packages/third-parties/formio/src/domain/FormioAction.ts#L0-L0).

## Overview

```ts
type SetActionItemMessage = (message: string, data?: any, state?: any) => void;
```
