Enumeration: Presentation
January 18, 2022 · View on GitHub
Kui API Documentation - v11.0.0 / @kui-shell/core / Presentation
Enumeration: Presentation
@kui-shell/core.Presentation
Presentation modes
Usage:
import { Presentation } from '@kui-shell/core'
{ type: 'custom', presentation: Presentation.SidecarFullscreen, content: ... }
Table of contents
Enumeration members
Enumeration members
Default
• Default = 0
Defined in
packages/core/src/webapp/views/presentation.ts:32
FixedSize
• FixedSize = 1
Defined in
packages/core/src/webapp/views/presentation.ts:33
SidecarFullscreen
• SidecarFullscreen = 3
Defined in
packages/core/src/webapp/views/presentation.ts:35
SidecarFullscreenForPopups
• SidecarFullscreenForPopups = 4
Defined in
packages/core/src/webapp/views/presentation.ts:36
SidecarThin
• SidecarThin = 2