Skip to main content
EdgePropertyMappingsInspectorProps
NameTypeDescription
cssClass?stringOptional class name to use on the wrapper div. Defaults to vjs-inspector-section.
getPropertyName?(pm:PropertyMapping<EdgeMapping>) => stringOptional, you can implement this method to return your own names to use for properties in the inspector.
mappings?EdgePropertyMappingsOptional property mappings to render a form for. The default behaviour is to retrieve the property mappings from the inspector context
showName?booleanOptional, whether or not to show property names. Defaults to true.