UNPKG
pip-webui-help
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.5.0
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
Extensible help page for Pip.WebUI
pip-webui-help
/
src
/
service
/
HelpTab.ts
12 lines
(9 loc)
•
257 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
HelpStateConfig
}
from
'./HelpStateConfig'
;
export
class
HelpTab
{
public
state
:
string
;
public
title
:
string
;
public
index
:
number
;
public
access
:
Function
;
public
visible
:
boolean
;
public
stateConfig
:
HelpStateConfig
; }