polarity-integration-utils
Preparing search index...
index.docs
IntegrationConfig
Interface IntegrationConfig
Integration config.json type
interface
IntegrationConfig
{
acronym
:
string
;
block
:
ViewComponent
;
copyOnDemand
?:
boolean
;
customTypes
?:
CustomType
[]
;
dataTypes
?:
(
string
|
CustomType
)
[]
;
defaultColor
?:
string
;
description
?:
string
;
entityTypes
?:
string
[]
;
logging
?:
{
level
:
"trace"
|
"debug"
|
"info"
|
"warn"
|
"error"
|
"fatal"
;
}
;
name
:
string
;
onDemandOnly
?:
boolean
;
options
?:
IntegrationOption
[]
;
polarityIntegrationUuid
:
string
;
request
?:
{
ca
?:
string
;
cert
?:
string
;
key
?:
string
;
passphrase
?:
string
;
proxy
?:
string
;
rejectUnauthorized
?:
boolean
;
}
;
styles
?:
string
[]
;
summary
?:
ViewComponent
;
supportsAdditionalCustomTypes
?:
boolean
;
}
Index
Properties
acronym
block
copy
On
Demand?
custom
Types?
data
Types?
default
Color?
description?
entity
Types?
logging?
name
on
Demand
Only?
options?
polarity
Integration
Uuid
request?
styles?
summary?
supports
Additional
Custom
Types?
Properties
acronym
acronym
:
string
block
block
:
ViewComponent
Optional
copy
On
Demand
copyOnDemand
?:
boolean
Optional
custom
Types
customTypes
?:
CustomType
[]
Optional
data
Types
dataTypes
?:
(
string
|
CustomType
)
[]
Optional
default
Color
defaultColor
?:
string
Optional
description
description
?:
string
Optional
entity
Types
entityTypes
?:
string
[]
Optional
logging
logging
?:
{
level
:
"trace"
|
"debug"
|
"info"
|
"warn"
|
"error"
|
"fatal"
}
name
name
:
string
Optional
on
Demand
Only
onDemandOnly
?:
boolean
Optional
options
options
?:
IntegrationOption
[]
polarity
Integration
Uuid
polarityIntegrationUuid
:
string
Optional
request
request
?:
{
ca
?:
string
;
cert
?:
string
;
key
?:
string
;
passphrase
?:
string
;
proxy
?:
string
;
rejectUnauthorized
?:
boolean
;
}
Optional
styles
styles
?:
string
[]
Optional
summary
summary
?:
ViewComponent
Optional
supports
Additional
Custom
Types
supportsAdditionalCustomTypes
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
acronym
block
copy
On
Demand
custom
Types
data
Types
default
Color
description
entity
Types
logging
name
on
Demand
Only
options
polarity
Integration
Uuid
request
styles
summary
supports
Additional
Custom
Types
polarity-integration-utils
Loading...
Integration config.json type