Skip to content

@morph-mapper/source


@morph-mapper/source / OptionType

Enumeration: OptionType

Defined in: graph/index.ts:56

Determines how the value of the option is defined. The value is used to determine which UI elements to show in the configuration panel.

Enumeration Members

Boolean

Boolean: "boolean"

Defined in: graph/index.ts:61


Code

Code: "code"

Defined in: graph/index.ts:60


Graph

Graph: "graph"

Defined in: graph/index.ts:59


Reference

Reference: "reference"

Defined in: graph/index.ts:58

The value is based on a reference in a sibling/parent entry, most likely exposed via a $declareVariable or $data object.


UserDefined

UserDefined: "user-defined"

Defined in: graph/index.ts:57

The value is defined by the user directly in the configuration panel.