Variable getAttributesConst
getAttributes: (
ast: AST,
) => readonly [NodeAttributesObject, EdgeAttributesObject] = ...
Type declaration
- (ast: AST): readonly [NodeAttributesObject, EdgeAttributesObject]
Returns readonly [NodeAttributesObject, EdgeAttributesObject]
Extract the Graphviz node and edge attributes from given AST annotations.