lasso
Type Object
Apply styling to the lasso.
Must be an
object
of valid CSS properties and valuesSet to false
to disable the lasso.
Demo
new Selectable({
lasso: {
border: "2px dashed rgba(219, 10, 91, 1)",
borderRadius: "10px",
backgroundColor: "rgba(219, 10, 91, 0.4)"
}
});