UNPKG
@supermemo/ng2-dragula
Version:
latest (2.1.13)
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
Simple drag and drop with dragula
github.com/qubiack/ng2-dragula
qubiack/ng2-dragula
@supermemo/ng2-dragula
/
src
/
Group.ts
12 lines
(10 loc)
•
283 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
DrakeWithModels
}
from
"./DrakeWithModels"
;
import
{
DragulaOptions
}
from
"./DragulaOptions"
;
export
class
Group
{
public
initEvents
:
boolean
=
false
;
constructor
(
public
name
:
string
,
public
drake
:
DrakeWithModels
,
public
options
:
DragulaOptions
) {} }