Index

Variables

Const cmdline_iframe

cmdline_iframe: HTMLIFrameElement = window.document.createElementNS("http://www.w3.org/1999/xhtml","iframe",) as HTMLIFrameElement

Const cmdline_logger

cmdline_logger: Logger = new Logger("cmdline")

Let enabled

enabled: boolean = false

Const logger

logger: Logger = new Logger("messaging")

Functions

blur

  • blur(): void

executeWithoutCommandLine

  • executeWithoutCommandLine(fn: any): any

focus

  • focus(): void

hide

  • hide(): void

hide_and_blur

  • hide_and_blur(): void

init

  • init(): Promise<void>

show

  • show(): void