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