Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

app

app: App

Accessors

location

title

  • get title(): string
  • set title(v: string): any

Methods

Abstract alert

Abstract back

  • back(): void

Abstract confirm

  • confirm(message: string | FormattedString, title?: string): Promise<boolean>

Abstract navigate

  • navigate(url: string): void

Abstract notify

openPage

Protected Abstract openWindow

Abstract refresh

  • refresh(): void

registerNavigationHook

remove

  • remove(view: object, force?: boolean): Promise<boolean>
  • Sends signal to remove window/popup/frame, it will not immediately remove, because it will identify whether it can remove or not by displaying cancellation warning. Only if there is no cancellation warning or user chooses to force close, it will not remove.

    Parameters

    • view: object
    • Optional force: boolean

    Returns Promise<boolean>

    true if view was removed successfully

Generated using TypeDoc