Skip to main content
Version: Current

foundation-layout.foundationlayout.popoutconfig

Home > @genesislcap/foundation-layout > FoundationLayout > popoutConfig

FoundationLayout.popoutConfig property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Controls whether popout functionality is enabled on the layout. Defaults to disabled. Set this attribute to any string to enable popout functionality. If this string is of format number;number then this will be interpreted as the width and height of the popout window.

Signature:

popoutConfig: string | undefined;