Skip to content

FormioRouter

@tsed/formio

Usage

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

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

Overview

ts
interface FormioRouter extends Router {
    formio: FormioBase;
    init(hooks: FormioHooks): Promise<Formio>;
}

formio

ts
formio: FormioBase;

init

ts
init(hooks: FormioHooks): Promise<Formio>;

Released under the MIT License.