UNPKG
ngx-gridster
Version:
latest (8.3.9)
8.3.9
8.3.8
8.3.7
8.3.6
8.3.5
8.3.4
8.3.3
8.3.2
8.3.1
8.3.0
ngx gridster
automatica-core.github.io/ngx-gridster/
automatica-core/ngx-gridster
ngx-gridster
/
lib
/
gridsterResizeEventType.interface.d.ts
7 lines
(6 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
GridsterResizeEventType
{
n
:
boolean
;
s
:
boolean
;
w
:
boolean
;
e
:
boolean
; }