Interface SelectionMediatorOptions<W>
Properties
Optional
onDeselect
onDeselect?: () => void
Optional
onFeatureBoxSelection
onFeatureBoxSelection?: (features: W[]) => void Optional
onFeatureClick
onFeatureClick?: (feature: W) => void Optional
onPathSelect
onPathSelect?: (feature: W) => void