Interface: ModalContainerConfig
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 | |
size? | public | Maximum size boundary of the iframe. | ||
minSize? | public | Minimum size boundary of the iframe. | ||
padding? | public | number | Padding applied to the iframe in pixels. | |
borderRadius? | public | number | Border Radius applied to the iframe in pixels. | |
mode? | public | - | - |
