Interface PureNodeDefinition

interface PureNodeDefinition {
    attributes: NodeAttributes;
    name: string;
    pattern: DefinitionPart[];
    type: DefinitionType;
}

Hierarchy (View Summary)

Properties

attributes: NodeAttributes
name: string
pattern: DefinitionPart[]