Skip to main content

Interface: IContainerConfig

Defined in: src/utils/constants.ts:11

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:17

DOM element ID for the blank (chromeless) layout


float

float: string

Defined in: src/utils/constants.ts:15

DOM element ID for the floating overlay layout


fullScreen

fullScreen: string

Defined in: src/utils/constants.ts:19

DOM element ID for the full-screen layout


rightPanel

rightPanel: string

Defined in: src/utils/constants.ts:23

DOM element ID for the right-panel layout


slot

slot: string

Defined in: src/utils/constants.ts:13

DOM element ID for the slot (sidebar panel) layout


wideScreen

wideScreen: string

Defined in: src/utils/constants.ts:21

DOM element ID for the wide-screen layout