gi-nx / SdkUiLayout
ts
type SdkUiLayout = {
activeOverlay?: GiraffeOverLays;
bottomBarIframe?: | {
height: number;
url: string;
}
| null;
disableLensSelectionDrawer?: boolean;
lensTableHeight?: number;
lensTableMode?: "default" | "collapsed" | "fullscreen";
sdkPopupOpen?: boolean;
};Options for updateUiLayout. All fields are optional — only those provided are applied.