Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_plugin
PluginCfg
Type Alias PluginCfg
type
PluginCfg
=
{
configuration
?:
string
|
any
;
contents
?:
string
;
deploy_private_key
?:
string
;
description
?:
string
;
documentation_link
?:
string
;
has_auth
?:
boolean
;
has_theme
?:
boolean
;
id
?:
number
|
string
;
location
:
string
;
name
:
string
;
source
:
PluginSourceType
;
unsafe
?:
boolean
;
version
?:
string
|
number
;
}
Index
Properties
configuration?
contents?
deploy_
private_
key?
description?
documentation_
link?
has_
auth?
has_
theme?
id?
location
name
source
unsafe?
version?
Properties
Optional
configuration
configuration
?:
string
|
any
Optional
contents
contents
?:
string
Optional
deploy_
private_
key
deploy_private_key
?:
string
Optional
description
description
?:
string
Optional
documentation_
link
documentation_link
?:
string
Optional
has_
auth
has_auth
?:
boolean
Optional
has_
theme
has_theme
?:
boolean
Optional
id
id
?:
number
|
string
location
location
:
string
name
name
:
string
source
source
:
PluginSourceType
Optional
unsafe
unsafe
?:
boolean
Optional
version
version
?:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configuration
contents
deploy_
private_
key
description
documentation_
link
has_
auth
has_
theme
id
location
name
source
unsafe
version
Documentation
Loading...