View source: R/utils_leaflet_draw.R
| editToolbarOptions | R Documentation |
Options for editing shapes
editToolbarOptions(
edit = TRUE,
remove = TRUE,
selectedPathOptions = NULL,
allowIntersection = TRUE
)
edit |
Editing enabled by default. Set to false do disable editing. |
remove |
Set to false to disable removing. |
selectedPathOptions |
To customize shapes in editing mode pass |
allowIntersection |
Determines if line segments can cross. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.