UNPKG
angular2gridsterv3
Version:
latest (13.0.3)
13.0.3
13.0.2
13.0.1
13.0.0
github.com/alison-queiroz/angular2gridsterv3
alison-queiroz/angular2gridster
angular2gridsterv3
/
lib
/
IGridsterDraggableOptions.d.ts
8 lines
(7 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
IGridsterDraggableOptions
{
handlerClass
?:
string
;
zIndex
?:
number
;
scroll
?:
boolean
;
scrollEdge
?:
number
;
containment
?:
string
; }