polarity-integration-utils
Preparing search index...
index.docs
IntegrationOption
Type Alias IntegrationOption
IntegrationOption
:
|
{
adminOnly
?:
boolean
;
default
:
string
|
null
;
description
?:
string
;
key
:
string
;
name
:
string
;
type
:
"text"
|
"password"
;
userCanEdit
?:
boolean
;
}
|
{
adminOnly
?:
boolean
;
default
:
boolean
|
null
;
description
?:
string
;
key
:
string
;
name
:
string
;
type
:
"boolean"
;
userCanEdit
?:
boolean
;
}
|
{
adminOnly
?:
boolean
;
default
:
number
|
null
;
description
?:
string
;
key
:
string
;
name
:
string
;
type
:
"number"
;
userCanEdit
?:
boolean
;
}
|
{
adminOnly
:
boolean
;
default
:
SelectOptionItem
|
SelectOptionItem
[]
|
string
|
null
;
description
?:
string
;
key
:
string
;
multiple
?:
boolean
;
name
:
string
;
options
:
SelectOptionItem
[]
;
type
:
"select"
;
userCanEdit
:
boolean
;
}
Integration option definition for config.json
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
polarity-integration-utils
Loading...
Integration option definition for config.json