Index

Variables

cmdline_iframe

cmdline_iframe: HTMLIFrameElement = undefined

cmdline_logger

cmdline_logger: Logger = new Logger("cmdline")

enabled

enabled: boolean = false

logger

logger: Logger = new Logger("messaging")

Functions

blur

  • blur(): void

executeWithoutCommandLine

  • executeWithoutCommandLine(fn: any): any

focus

  • focus(): void

hide

  • hide(): void

init

  • init(): Promise<void>
  • Initialise the cmdline_iframe element unless the window location is included in a value of config/noiframeon

    Returns Promise<void>

show

  • show(): void