Skip to content

@signkit/core Types


@signkit/core Types / FieldInspectorControl

Interface: FieldInspectorControl

Defined in: types.ts:94

Properties

fieldTypes?

optional fieldTypes?: string[]

Defined in: types.ts:108

Limit the control to matching field types when provided.


helpText?

optional helpText?: 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?

optional options?: 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?

optional placeholder?: string

Defined in: types.ts:104

Optional placeholder for text-like controls.


type

type: FieldInspectorControlType

Defined in: types.ts:98

Input type rendered by the default field inspector.

Released under the Apache License 2.0.