Skip to content

@morph-mapper/source


@morph-mapper/source / Input

Enumeration: Input

Defined in: types/src/input/index.ts:5

Registry of all allowed input types for dynamic UI rendering. These types map to components in node-inputs, and are used in the list view and in the panels for node configuration in a graph.

Enumeration Members

CellSelector

CellSelector: "cell-selector"

Defined in: types/src/input/index.ts:18


Checkbox

Checkbox: "checkbox"

Defined in: types/src/input/index.ts:8


Literal

Literal: "literal"

Defined in: types/src/input/index.ts:16


MultiSelect

MultiSelect: "multi-select"

Defined in: types/src/input/index.ts:17


MultiSelectCreatable

MultiSelectCreatable: "multi-select-creatable"

Defined in: types/src/input/index.ts:10


Number

Number: "number"

Defined in: types/src/input/index.ts:7


RadioSelector

RadioSelector: "radio-selector"

Defined in: types/src/input/index.ts:13


SingleSelect

SingleSelect: "single-select"

Defined in: types/src/input/index.ts:14


SingleSelectCreatable

SingleSelectCreatable: "single-select-creatable"

Defined in: types/src/input/index.ts:15


Text

Text: "text"

Defined in: types/src/input/index.ts:6


TextInput

TextInput: "text-input"

Defined in: types/src/input/index.ts:9


TextSelector

TextSelector: "text-selector"

Defined in: types/src/input/index.ts:11


TextSelectorAdd

TextSelectorAdd: "text-selector-add"

Defined in: types/src/input/index.ts:12