Skip to main content

EdgeTypePickerComponent

A helper component that wraps an EdgeTypePicker, for use in an InspectorComponent

Properties

changeEvent

changeEvent: EventEmitter<string>

Fires an event when the user selects a new style via mouse click.

Output


edgeMappings?

optional edgeMappings: EdgePropertyMappings

Set of edge property mappings to render and allow the user to select from. Optional. By default the component will retrieve these from the surface

Input


propertyName

propertyName: string

The name of the property that maps the edge type. Required.

Input