types
Type Aliases
XmlAttribute
type XmlAttribute: object;
Type declaration
name
name: string;
value
value: unknown;
Defined in
tmp/graph-editor/src/lib/graph-editor/nodes/XML/types.ts:23
XmlAttributeDefinition
type XmlAttributeDefinition: object;
Type declaration
controlType?
optional controlType: InputControlType;
isArray?
optional isArray: boolean;
name
name: string;
options?
optional options: string[] | null;
pattern?
optional pattern: string | null;
required?
optional required: boolean;
type
type: DataType;
Defined in
tmp/graph-editor/src/lib/graph-editor/nodes/XML/types.ts:13
XmlData
type XmlData: object;
Type declaration
name
name: string;
xmlTag
xmlTag: string;