Skip to content

Action

@tsed/formio

Usage

typescript
import { Action } from "@tsed/formio";

See /packages/third-parties/formio/src/types/decorators/action.ts.

Overview

ts
function Action(options: FormioActionInfo): ClassDecorator;

Description

Create a new FormIO Action.

Released under the MIT License.