FormioModels
@tsed/formio
Usage
typescript
import { FormioModels } from "@tsed/formio";
See /packages/third-parties/formio/src/types/domain/FormioModels.ts.
Overview
ts
interface FormioModels {
schemas: FormioSchemas;
models: FormioModelsModels;
specs: {
action: any;
actionItem: any;
form: any;
role: any;
schema: any;
submission: any;
token: any;
[key: string]: any;
};
}
schemas
ts
schemas: FormioSchemas;
models
ts
models: FormioModelsModels;
specs
ts
specs: {
action: any;
actionItem: any;
form: any;
role: any;
schema: any;
submission: any;
token: any;
[key: string]: any;
};