Interface EdgeTypePickerComponentProps

Props for the edge type picker component.

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

Hierarchy

  • DOMAttributes<HTMLDivElement>
    • EdgeTypePickerComponentProps

Properties

edgeMappings: EdgePropertyMappings

The list of mappings to display in the picker.

inspector: Inspector

Inspector to attach to. Required. This is passed as a prop to a component that the InspectorComponent has rendered, so you can pass it through.

propertyName: string

Name of the property in the backing data that this picker is manipulating.

Version :