Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 1.84 KB

kui_shell_core.Presentation.md

File metadata and controls

77 lines (43 loc) · 1.84 KB

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

Defined in

packages/core/src/webapp/views/presentation.ts:34