@signkit/core Types / FieldInspectorControl
Interface: FieldInspectorControl
Defined in: types.ts:94
Properties
fieldTypes?
optionalfieldTypes?:string[]
Defined in: types.ts:108
Limit the control to matching field types when provided.
helpText?
optionalhelpText?:string
Defined in: types.ts:106
Optional helper text rendered below the control.
key
key:
string
Defined in: types.ts:96
Unique key for the inspector control row.
label
label:
string
Defined in: types.ts:100
Human-readable label shown in the inspector.
options?
optionaloptions?:FieldInspectorOption[]
Defined in: types.ts:110
Options for select controls.
path
path:
string
Defined in: types.ts:102
Dot-path on the field object to read/write, e.g. required or meta.assigneeId.
placeholder?
optionalplaceholder?:string
Defined in: types.ts:104
Optional placeholder for text-like controls.
type
Defined in: types.ts:98
Input type rendered by the default field inspector.