Skip to content
Karl edited this page Nov 13, 2017 · 6 revisions

Type Object

Style the lasso. Must be an object of valid CSS properties and values.

Set to false to disable the lasso.


Example

new Selectable({
    lasso: {
        border: "2px dashed rgba(219, 10, 91, 1)",
        borderRadius: "20px",
        backgroundColor: "rgba(219, 10, 91, 0.4)"
    }
});
Clone this wiki locally