Skip to content

OnHook

@tsed/formio

Usage

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

See /packages/third-parties/formio/src/types/domain/OnHook.ts.

Overview

ts
interface OnHook<T = any> {
    on(...args: any[]): boolean | void;
}

on

ts
on(...args: any[]): boolean | void;

Released under the MIT License.