Skip to content

@morph-mapper/source


@morph-mapper/source / NodeOptionsWrapper

Type Alias: NodeOptionsWrapper<T>

NodeOptionsWrapper<T> = { [key in keyof T]: OptionEntry<any> }

Defined in: graph/index.ts:101

Defines the key value mapping for each option entry in the respetive configuration space of the node.

Important! The key represents template code, this key thus ends up in the final generated template code.

Type Parameters

T

T