Skip to main content

Class ShellManager

Less than 1 minute

Class ShellManager

Declared in packages/sdk/client/src/services/shell-manager.ts:33open in new window

Provide access to the shell via RPC connection.

Constructors

constructor(_iframeManager, _channel)open in new window

Returns: ShellManager

Arguments:

_iframeManager: IFrameManager

_channel: string

Properties

contextUpdateopen in new window

Type: Event<AppContextRequest>

displayopen in new window

Type: ShellDisplay

Methods

close()open in new window

Returns: Promise<void>

Arguments: none

open()open in new window

Returns: Promise<void>

Arguments: none

setLayout(request)open in new window

Returns: Promise<void>

Arguments:

request: LayoutRequest