-
Notifications
You must be signed in to change notification settings - Fork 21
config
Karl edited this page Nov 12, 2017
·
4 revisions
{
toggle: false,
autoRefresh: true,
throttle: 50,
appendTo: document.body,
filter: ".ui-selectable",
tolerance: "touch",
shiftDirection: "normal",
autoScroll: {
offset: 40,
increment: 10,
},
lasso: {
border: '1px dotted #000',
backgroundColor: 'rgba(52, 152, 219, 0.2)',
},
classes: {
lasso: "ui-lasso",
multiple: "ui-multiple",
selected: "ui-selected",
container: "ui-container",
selecting: "ui-selecting",
selectable: "ui-selectable",
unselecting: "ui-unselecting"
}
}
The current instance configuration.