Interface: IContainerConfig
Defined in: src/utils/constants.ts:18
Maps each container type to a DOM element ID where that miniapp layout variant is rendered. Hosts with a single container can use the default; hosts like the photo editor override this with 5 distinct element IDs.
Properties
blank
blank:
string
Defined in: src/utils/constants.ts:24
DOM element ID for the blank (chromeless) layout
float
float:
string
Defined in: src/utils/constants.ts:22
DOM element ID for the floating overlay layout
fullScreen
fullScreen:
string
Defined in: src/utils/constants.ts:26
DOM element ID for the full-screen layout
rightPanel
rightPanel:
string
Defined in: src/utils/constants.ts:30
DOM element ID for the right-panel layout
slot
slot:
string
Defined in: src/utils/constants.ts:20
DOM element ID for the slot (sidebar panel) layout
wideScreen
wideScreen:
string
Defined in: src/utils/constants.ts:28
DOM element ID for the wide-screen layout