SelectOpts
@tsed/schema-formio
Usage
typescript
import { SelectOpts } from "@tsed/schema-formio";
See /packages/third-parties/schema-formio/src/types/decorators/select.ts.
Overview
ts
interface SelectOpts extends Record<string, any> {
idPath?: string;
valueProperty?: string;
template?: string;
multiple?: boolean;
}
idPath
ts
idPath?: string;
valueProperty
ts
valueProperty?: string;
template
ts
template?: string;
multiple
ts
multiple?: boolean;