Current height. See notes for width
.
Optional
labelDefaults to label
. The name of the property inside each vertex that contains its label.
Optional
labelThe stroke width to use for labels. Optional. Defaults to the Toolkit's default.
The data for the vertex to render. Required.
The ID of the shape library to use. If not specified, a default will be used, which suffices for applications that are only using one shape library.
Whether or not to show labels.
Current width for the shape. Although it may seem counterintuitive, this is required - you'll need to set it to [width]="obj.width"
.
Angular's change detection will not pick up changes to this otherwise.
Provides a means to render an SVG shape into a component.