A callback method that is invoked immediately after
Angular has completed initialization of a component's view.
It is invoked only once when the view is instantiated.
Returns void
Properties
changeEvent
changeEvent:EventEmitter<string> = ...
Fires an event when the user selects a new style via mouse click.
edgeMappings
edgeMappings:EdgePropertyMappings
Set of edge property mappings to render and allow the user to select from.
A helper component that wraps an
EdgeTypePicker
from thebrowser-ui
package.