Popii - v0.5.1
GitHub
npm
Preparing search index...
index
WebPluginOptions
Interface WebPluginOptions
interface
WebPluginOptions
{
port
?:
number
;
publicUrl
?:
string
;
healthPath
?:
string
;
metricsPath
?:
string
;
prometheusPath
?:
string
;
dashboard
?:
boolean
;
dashboardPath
?:
string
;
dashboardPassword
?:
string
;
templatePath
?:
string
;
viewsDir
?:
string
;
widgets
?:
(
(
client
:
PopiiClient
)
=>
string
|
Promise
<
string
>
)
[]
;
theme
?:
{
primary
?:
string
;
backgroundDark
?:
string
;
backgroundLight
?:
string
;
}
;
oauth2
?:
{
clientId
:
string
;
clientSecret
:
string
;
redirectUri
:
string
}
;
}
Index
Properties
port?
public
Url?
health
Path?
metrics
Path?
prometheus
Path?
dashboard?
dashboard
Path?
dashboard
Password?
template
Path?
views
Dir?
widgets?
theme?
oauth2?
Properties
Optional
port
port
?:
number
Optional
public
Url
publicUrl
?:
string
Optional
health
Path
healthPath
?:
string
Optional
metrics
Path
metricsPath
?:
string
Optional
prometheus
Path
prometheusPath
?:
string
Optional
dashboard
dashboard
?:
boolean
Optional
dashboard
Path
dashboardPath
?:
string
Optional
dashboard
Password
dashboardPassword
?:
string
Optional
template
Path
templatePath
?:
string
Optional
views
Dir
viewsDir
?:
string
Optional
widgets
widgets
?:
(
(
client
:
PopiiClient
)
=>
string
|
Promise
<
string
>
)
[]
Optional
theme
theme
?:
{
primary
?:
string
;
backgroundDark
?:
string
;
backgroundLight
?:
string
}
Optional
oauth2
oauth2
?:
{
clientId
:
string
;
clientSecret
:
string
;
redirectUri
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
port
public
Url
health
Path
metrics
Path
prometheus
Path
dashboard
dashboard
Path
dashboard
Password
template
Path
views
Dir
widgets
theme
oauth2
GitHub
npm
Popii - v0.5.1
Loading...