phina.js.d.ts
Preparing search index...
phina
accessory
DraggableStatic
Interface DraggableStatic
interface
DraggableStatic
{
new
DraggableStatic
(
target
?:
phina
.
app
.
Element
,
)
:
phina
.
accessory
.
Draggable
;
lock
()
:
void
;
unlock
()
:
void
;
(
target
?:
phina
.
app
.
Element
)
:
phina
.
accessory
.
Draggable
;
}
DraggableStatic
(
target
?:
phina
.
app
.
Element
)
:
phina
.
accessory
.
Draggable
Parameters
Optional
target
:
phina
.
app
.
Element
Returns
phina
.
accessory
.
Draggable
Index
Constructors
constructor
Methods
lock
unlock
Constructors
constructor
new
DraggableStatic
(
target
?:
phina
.
app
.
Element
)
:
phina
.
accessory
.
Draggable
Parameters
Optional
target
:
phina
.
app
.
Element
Returns
phina
.
accessory
.
Draggable
Methods
lock
lock
()
:
void
Returns
void
unlock
unlock
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
lock
unlock
phina.js.d.ts
Loading...