FormioActionsIndex
@tsed/formio
Usage
typescript
import { FormioActionsIndex } from "@tsed/formio";See /packages/third-parties/formio/src/domain/FormioActionsIndex.ts.
Overview
ts
interface FormioActionsIndex {
actions: FormioActions & Record<string, Type<FormioActionModelCtor>>;
}actions
ts
actions: FormioActions & Record<string, Type<FormioActionModelCtor>>;