Interface: ElementDefinitionInput<V>
Defined in: types.ts:408
Type Parameters
| Type Parameter | Default type |
|---|---|
V | unknown |
Properties
builder?
optional builder?: BuilderElementMeta;
Defined in: types.ts:412
component
component: ElementComponent<V>;
Defined in: types.ts:410
type
type:
| "number"
| "text"
| "date"
| "time"
| "datetime"
| "rank"
| "rating"
| "range"
| "consent"
| "matrix"
| "geopoint"
| "geotrace"
| "geoshape"
| "image"
| "audio"
| "video"
| "file"
| "barcode"
| "signature"
| "note"
| "group"
| "repeat"
| "select_one"
| "select_multiple"
| "checkbox"
| "hidden"
| "calculate"
| `x:${string}`;
Defined in: types.ts:409
valueSchema?
optional valueSchema?: ValueSchema<V>;
Defined in: types.ts:411