OlModifySelected
OlModifySelected(
props):Element
Defined in: src/ol-modify-selected.tsx:22
Modify interaction component that automatically modifies currently selected features. Integrates with OlSelect to provide modify capabilities for the active selection. Must be used within an OlSelect context.
Parameters
Section titled “Parameters”children?
Section titled “children?”ReactNode
Child components
Returns
Section titled “Returns”Element
Example
Section titled “Example”<OlSelect> <OlModifySelected> {children} </OlModifySelected></OlSelect>