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