cc-everywhere

Interface: InlineContainerConfig

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.
InlineOrModalContainerConfig.backgroundColor
showLoader?
public
boolean
Show spinner while loading target app. Default is true.
InlineOrModalContainerConfig.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.
InlineOrModalContainerConfig.loadTimeout
hideCloseButton?
public
boolean
Don't show close button for container and header bars
InlineOrModalContainerConfig.hideCloseButton
zIndex?
public
number
Set the z-index of of the root container
InlineOrModalContainerConfig.zIndex
showReaderView?
readonly
boolean
Show Reader Loading View
InlineOrModalContainerConfig.showReaderView
showExpressIconWithoutText?
readonly
boolean
Show new express icon without text
InlineOrModalContainerConfig.showExpressIconWithoutText
showDarkerBackgroundForLoader?
readonly
boolean
Show darker background for loader
InlineOrModalContainerConfig.showDarkerBackgroundForLoader
iframeTitle?
public
string
Title of the iframe for accessibility
InlineOrModalContainerConfig.iframeTitle
size?
public
PixelSize
Maximum size boundary of the iframe.
InlineOrModalContainerConfig.size
minSize?
public
PixelSize
Minimum size boundary of the iframe.
InlineOrModalContainerConfig.minSize
padding?
public
number
Padding applied to the iframe in pixels.
InlineOrModalContainerConfig.padding
borderRadius?
public
number
Border Radius applied to the iframe in pixels.
InlineOrModalContainerConfig.borderRadius
mode
public
INLINE
-
-
parentElementId
public
string
Id of element to which iframe must be appended. By default it is appended to body.
-