Interface IConfig
Properties
applicationInsightsKey
Key for appInsight logging.
Declaration
applicationInsightsKey?: string
Property Value
Type |
Description |
string |
Key for appInsight logging.
|
authRequiredToSaveProject
Declaration
authRequiredToSaveProject?: boolean
Property Value
If true
, automatically shows editor popup at startup.
Declaration
Property Value
Type |
Description |
boolean |
If true , automatically shows editor popup at startup.
|
clearDesignOnStep
Declaration
Property Value
css
Declaration
Property Value
cssMobile
Declaration
Property Value
defaultStep
The name of default step.
Declaration
Property Value
Type |
Description |
string |
The name of default step.
|
If true
, shows editor in pop-up window.
Declaration
Property Value
Type |
Description |
boolean |
If true , shows editor in pop-up window.
|
driver
Monkey patching driver values.
Declaration
driver?: [key: string]: unknown
Property Value
Type |
Description |
[key: string]: unknown |
Monkey patching driver values.
|
globalCss
Declaration
Property Value
globalCssMobile
Declaration
Property Value
Declaration
hiddenWidgets: Array<IWidget>
Property Value
icons
Declaration
icons: [key: string]: string
Property Value
Type |
Description |
[key: string]: string |
|
language
Declaration
Property Value
layout
Sets the editor layout. Available values: verticalmobile
.
Declaration
Property Value
Type |
Description |
string |
Sets the editor layout. Available values: verticalmobile .
|
leaveWarning
Declaration
Property Value
localization
Declaration
localization: ILocalizationSettings[]
Property Value
Type |
Description |
ILocalizationSettings[] |
|
logo
TopToolBar clickable logo: src of image, url of link.
Declaration
Property Value
Type |
Description |
ILogo |
TopToolBar clickable logo: src of image, url of link.
|
modals
Declaration
modals: IModalWindowDefinition[]
Property Value
onInit
Declaration
onInit?: Function | Function[]
Property Value
Type |
Description |
Function | Function[] |
|
onInitScript
Declaration
Property Value
onMobileBackAction
Execute this functions when customer tap 'Back' button on mobile phone.
Declaration
onMobileBackAction?: Function[]
Property Value
Type |
Description |
Function[] |
Execute this functions when customer tap 'Back' button on mobile phone.
|
openSavedProjectsIcon
Declaration
openSavedProjectsIcon?: IIcon
Property Value
restoration
Declaration
restoration: IRestorationConfig
Property Value
saveProjectData
Declaration
Property Value
saveProjectFilterFunction
Declaration
saveProjectFilterFunction?: Function | Function[]
Property Value
Type |
Description |
Function | Function[] |
|
saveProjectIcon
Declaration
Property Value
If false
, hides buttons on the top navigation panel.
Declaration
showButtonNavigation?: boolean
Property Value
Type |
Description |
boolean |
If false , hides buttons on the top navigation panel.
|
showCustomTopPanel
Declaration
showCustomTopPanel?: boolean
Property Value
Declaration
showOpenSavedProjectsButton?: boolean
Property Value
Declaration
showSaveProjectButton?: boolean
Property Value
showStepNavigation
If false
, hides steps on the top navigation panel.
Declaration
showStepNavigation?: boolean
Property Value
Type |
Description |
boolean |
If false , hides steps on the top navigation panel.
|
showSteps
OBSOLETE If true
, shows steps panel.
Declaration
showSteps: boolean | string
Property Value
Type |
Description |
boolean | string |
OBSOLETE If true , shows steps panel.
|
steps
Declaration
Property Value
Type |
Description |
Array<IStep> |
|
style
Custom styles (css vars).
Declaration
style: [key: string]: string
Property Value
Type |
Description |
[key: string]: string |
Custom styles (css vars).
|
styleMobile
Declaration
styleMobile: [key: string]: string
Property Value
Type |
Description |
[key: string]: string |
|
Declaration
toolPanelPosition: "left" | "right"
Property Value
Type |
Description |
"left" | "right" |
|
useCustomStepLayout
If true
, uses custom step layout.
Declaration
useCustomStepLayout?: boolean
Property Value
Type |
Description |
boolean |
If true , uses custom step layout.
|
Declaration
Property Value