lasso


Type Object

Apply styling to the lasso.


Set 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)"
    }
});