cc-everywhere

Interface: FillContainerConfig

Extends

Properties

Property
Modifier
Type
Description
Inherited from
backgroundColor?
public
string
Override the background color of the iframe. By default this is as per theme.
BaseContainerConfig.backgroundColor
showLoader?
public
boolean
Show spinner while loading target app. Default is true.
BaseContainerConfig.showLoader
loadTimeout?
public
number
If target app does't open within this time (in ms, same as of setTimeout), the error callback is invoked with error code TARGET_LOAD_TIMED_OUT.
BaseContainerConfig.loadTimeout
hideCloseButton?
public
boolean
Don't show close button for container and header bars
BaseContainerConfig.hideCloseButton
zIndex?
public
number
Set the z-index of of the root container
BaseContainerConfig.zIndex
showReaderView?
readonly
boolean
Show Reader Loading View
BaseContainerConfig.showReaderView
showExpressIconWithoutText?
readonly
boolean
Show new express icon without text
BaseContainerConfig.showExpressIconWithoutText
showDarkerBackgroundForLoader?
readonly
boolean
Show darker background for loader
BaseContainerConfig.showDarkerBackgroundForLoader
iframeTitle?
public
string
Title of the iframe for accessibility
BaseContainerConfig.iframeTitle
mode
public
FILL
-
-
parentElementId?
public
string
Id of element to which iframe must be appended. By default it is appended to body.
-