Kui API Documentation - v11.0.0 / @kui-shell/core / Presentation
@kui-shell/core.Presentation
Presentation modes
Usage:
import { Presentation } from '@kui-shell/core'
{ type: 'custom', presentation: Presentation.SidecarFullscreen, content: ... }
• Default = 0
packages/core/src/webapp/views/presentation.ts:32
• FixedSize = 1
packages/core/src/webapp/views/presentation.ts:33
• SidecarFullscreen = 3
packages/core/src/webapp/views/presentation.ts:35
• SidecarFullscreenForPopups = 4
packages/core/src/webapp/views/presentation.ts:36
• SidecarThin = 2