Class SiteResponseSettings
Index
Constructors
Properties
Methods
Constructors
constructor
Returns SiteResponseSettings
Properties
assetpack
assetpack: string = ''
lang
lang: string = 'en'
supportedlanguages
supportedlanguages: string[] = []
witty
witty: string = ''
Methods
add Plugin
- addPlugin<PluginType extends "platform:wrdauth">(
api: PluginType,
plugin: WebdesignPluginAPIs[PluginType],
): voidType Parameters
- PluginType extends "platform:wrdauth"
Parameters
- api: PluginType
- plugin: WebdesignPluginAPIs[PluginType]
Returns void
get Plugin
- getPlugin<PluginType extends "platform:wrdauth">(
api: PluginType,
): null | WebdesignPluginAPIs[PluginType]Type Parameters
- PluginType extends "platform:wrdauth"
Parameters
- api: PluginType
Returns null | WebdesignPluginAPIs[PluginType]