Skip to content

On

@tsed/formio

Usage

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

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

Overview

ts
function On(name: string): ClassDecorator;

Description

Create a Form io hook event listener

Released under the MIT License.