---
url: /api/third-parties/formio/types/domain/type-set-action-item-message.md
description: api documentation of SetActionItemMessage from @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.37.1/packages/third-parties/formio/src/domain/FormioAction.ts#L0-L0).

## Overview

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