A component that displays the CLI on the bottom of page.

Implements

  • OnDestroy

Constructors

Properties

activePaneId: number = 0
activeTabId: number = 0
cliComponents: QueryList<CliComponent>
collapsableContent: CollapsableContentComponent
contextMenu: TabContextMenu = ...
options?: CliPanelOptions

The options for the CLI.

paneResizing: boolean = false
tabs: TerminalTab[] = []
visible: boolean = false

Methods

  • A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

    Returns void