Properties MOVEABLE MOVEABLE : default
Private
_elements Container Selector _elements Container Selector : string
Private
_moveable Elements Selector _moveable Elements Selector : string
Private
_selecto Drag Selection Disabled _selecto Drag Selection Disabled : boolean = false
Private
_viewer Instance _viewer Instance : default
on Drag on Drag : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Returns void on Drag End on Drag End : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnDragEnd Returns void on Drag Group on Drag Group : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnDragGroup Returns void on Drag Group End on Drag Group End : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnDragGroupEnd Returns void on Drag Group Start on Drag Group Start : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnDragGroupStart Returns void on Drag Start on Drag Start : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnDragStart Returns void on Select on Select : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnSelect < Selecto > Returns void on Select Drag on Select Drag : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnDrag < Selecto > Returns void on Select Drag End on Select Drag End : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnDragEnd < Selecto > Returns void on Select Drag Start on Select Drag Start : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnDragStart < Selecto > Returns void on Select End on Select End : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnSelectEnd < Selecto > Returns void on Select Start on Select Start : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Parameters manager : this e : OnSelect < Selecto > Returns void on Snap on Snap : ( ( manager , e ) => void )
Type declaration ( manager , e ) : void Returns void
Creates a new MoveableSelectoManager instance.
This manager handles selectable and draggable objects within a specified container element, using the CbnInfiniteViewer for viewport management.