!!!###!!!title=GlyphMark——VisActor/VGrammar api documents!!!###!!!!!!###!!!description=Composite glyphsInherits `Mark`, all APIs supported by `Mark` can be called on `Component` instances!!!###!!!

GlyphMark

Composite glyphs Inherits Mark, all APIs supported by Mark can be called on Component instances

Instance Attributes

glyphType

Type: string

The type of composite glyph, with the following built-in types currently available:

  • 'linkPath'

Instance Methods

getGlyphMeta

Get metadata for the composite glyph

() => IGlyphMeta;

configureGlyph

Configure the composite glyph

(glyph: IGlyph) => => this;

getGlyphConfig

Get the configuration for the composite glyph

() => any;