Popii - v0.5.1
GitHub
npm
Preparing search index...
index
PopiiServerSetting
Interface PopiiServerSetting
interface
PopiiServerSetting
{
id
:
string
;
label
:
string
;
description
?:
string
;
type
:
"boolean"
|
"text"
|
"select"
|
"channel"
|
"role"
;
options
?:
{
label
:
string
;
value
:
string
}
[]
;
default
?:
any
;
category
?:
string
;
channelTypes
?:
number
[]
;
paragraph
?:
boolean
;
}
Index
Properties
id
label
description?
type
options?
default?
category?
channel
Types?
paragraph?
Properties
id
id
:
string
label
label
:
string
Optional
description
description
?:
string
type
type
:
"boolean"
|
"text"
|
"select"
|
"channel"
|
"role"
Optional
options
options
?:
{
label
:
string
;
value
:
string
}
[]
Optional
default
default
?:
any
Optional
category
category
?:
string
Optional
channel
Types
channelTypes
?:
number
[]
Optional
paragraph
paragraph
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
label
description
type
options
default
category
channel
Types
paragraph
GitHub
npm
Popii - v0.5.1
Loading...