@morph-mapper/source / OptionEntry
Type Alias: OptionEntry<T>
OptionEntry<
T> = {type:Reference|UserDefined|Code|Boolean;value:T;visibility:OptionVisibility; } | {graphId?:string;type:Graph;visibility:OptionVisibility; }
Defined in: graph/index.ts:84
Defines the structure of an option entry. An option entry represents a single configuration option for the respective template code, as defined in the node-logic package. Which options are available is defined by the current node type, which is one of LogicBlockIndex.
Type Parameters
T
T