Preparing search index...
The search index is not available
@violentmonkey/ui
@violentmonkey/ui
Movable
Class Movable
Hierarchy
Movable
Index
Constructors
constructor
Properties
dragging
options
default
Options
Methods
disable
enable
on
Mouse
Down
on
Mouse
Move
on
Mouse
Up
set
Options
Constructors
constructor
new
Movable
(
el
:
HTMLElement
, options
?:
Partial
<
MovableOptions
>
)
:
Movable
Parameters
el:
HTMLElement
Optional
options:
Partial
<
MovableOptions
>
Returns
Movable
Properties
Private
dragging
dragging
:
{
x
:
number
;
y
:
number
}
Type declaration
x
:
number
y
:
number
Private
options
options
:
MovableOptions
Static
default
Options
default
Options
:
{
origin
:
MovableOrigin
}
= ...
Type declaration
origin
:
MovableOrigin
Methods
disable
disable
(
)
:
void
Returns
void
enable
enable
(
)
:
void
Returns
void
on
Mouse
Down
on
Mouse
Down
(
e
:
MouseEvent
)
:
void
Parameters
e:
MouseEvent
Returns
void
on
Mouse
Move
on
Mouse
Move
(
e
:
MouseEvent
)
:
void
Parameters
e:
MouseEvent
Returns
void
on
Mouse
Up
on
Mouse
Up
(
)
:
void
Returns
void
set
Options
set
Options
(
options
:
Partial
<
MovableOptions
>
)
:
void
Parameters
options:
Partial
<
MovableOptions
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@violentmonkey/ui
Movable
constructor
dragging
options
default
Options
disable
enable
on
Mouse
Down
on
Mouse
Move
on
Mouse
Up
set
Options
Generated using
TypeDoc