Skip to content

FormioInitEvent

@tsed/formio

Usage

typescript
import { FormioInitEvent } from "@tsed/third-parties/formio/src/types/domain/FormioHooks";

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

Overview

ts
type FormioInitEvent = "alias" | "params" | "token" | "getTempToken" | "logout" | "current" | "access" | "perms";

Released under the MIT License.