UNPKG
test-gantt
Version:
latest (4.0.81)
4.0.81
4.0.80
4.0.79
4.0.78
4.0.77
4.0.76
4.0.75
4.0.74
4.0.73
4.0.72
4.0.71
4.0.70
4.0.69
4.0.68
4.0.67
4.0.66
4.0.65
4.0.64
4.0.63
4.0.62
4.0.61
4.0.60
4.0.59
4.0.58
4.0.57
4.0.56
4.0.55
4.0.54
4.0.53
4.0.52
4.0.51
4.0.50
4.0.49
4.0.48
4.0.47
4.0.46
4.0.45
4.0.44
4.0.43
4.0.42
4.0.41
4.0.40
4.0.39
4.0.38
4.0.37
4.0.36
4.0.35
4.0.34
4.0.33
4.0.32
4.0.31
4.0.30
4.0.29
4.0.28
4.0.26
4.0.25
4.0.24
4.0.23
4.0.22
4.0.21
4.0.20
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
Interactive JavaScript Gantt chart/resource booking component
nguyengiabaob/b-gantt
test-gantt
/
dist
/
types
/
utils
/
contextMenuManager.d.ts
9 lines
(8 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="svelte" />
import
{
ContextMenu
}
from
'../ui'
;
export
declare
class
ContextMenuManager
{
current
:
ContextMenu
;
constructor
(
);
open
(
actions
:
any
,
position
:
any
):
ContextMenu
<
any
,
any
,
any
>;
close
():
void
; }