SetActionItemMessage
@tsed/formio
Usage
typescript
import { SetActionItemMessage } from "@tsed/third-parties/formio/src/types/domain/FormioAction";
See /packages/third-parties/formio/src/types/domain/FormioAction.ts.
Overview
ts
type SetActionItemMessage = (message: string, data?: any, state?: any) => void;