Interface NodeDefinition

interface NodeDefinition {
    attributes: NodeAttributes;
    name: string;
    pattern: (string | DefinitionPart)[];
    type: DefinitionType;
}

Hierarchy (View Summary)

Properties

attributes: NodeAttributes
name: string
pattern: (string | DefinitionPart)[]