Props for the EdgeTypePickerComponent

interface EdgeTypePickerComponentProps {
    edgeMappings: EdgePropertyMappings;
    inspector: Inspector;
    propertyName: string;
}

Properties

edgeMappings: EdgePropertyMappings

Set of mappings to render and to allow selection from

inspector: Inspector

Inspector to interact with to get/set values

propertyName: string

Name of the property to get/set in the edge data

Version :