Resortable - v2.0.0-alpha.1
Preparing search index...
DragManagerInterface
Interface DragManagerInterface
Drag manager interface for type safety in plugins
Public
interface
DragManagerInterface
{
isDragging
:
boolean
;
selectionManager
:
SelectionManagerInterface
;
getGroupManager
?
()
:
{
getName
()
:
string
}
;
}
Implemented by
DragManager
Index
Properties
is
Dragging
selection
Manager
Methods
get
Group
Manager?
Properties
Readonly
is
Dragging
isDragging
:
boolean
Readonly
selection
Manager
selectionManager
:
SelectionManagerInterface
Methods
Optional
get
Group
Manager
getGroupManager
?
()
:
{
getName
()
:
string
}
Returns
{
getName
()
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Dragging
selection
Manager
Methods
get
Group
Manager
Resortable - v2.0.0-alpha.1
Loading...
Drag manager interface for type safety in plugins
Public