Skip to content

FormioActionsIndex

@tsed/formio

Usage

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

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

Overview

ts
interface FormioActionsIndex {
    actions: FormioActions & Record<string, Type<FormioActionModelCtor>>;
}

actions

ts
actions: FormioActions & Record<string, Type<FormioActionModelCtor>>;

Released under the MIT License.