Interface: FillContainerConfig
Extends
Properties
Property
Modifier
Type
Description
Inherited from
backgroundColor?publicstringOverride the background color of the iframe. By default this is as per theme.
showLoader?publicbooleanShow spinner while loading target app. Default is true.
loadTimeout?publicnumberIf 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.
hideCloseButton?publicbooleanDon't show close button for container and header bars
showExpressIconWithoutText?readonlybooleanShow new express icon without text
showDarkerBackgroundForLoader?readonlybooleanShow darker background for loader
parentElementId?publicstringId of element to which iframe must be appended. By default it is appended to body.
-