AboutSupportDeveloper GuideVersion 18.0.9
WindowTitle: {
    type: "custom";
    value: string;
} | {
    type: "page-title";
} | {
    type: "view-title";
}

Defines the title used for the browser window. custom - uses the value of value property page-title - uses the title of the active page view-title - uses the title of the active view

Type declaration

  • type: "custom"
  • value: string

Type declaration

  • type: "page-title"

Type declaration

  • type: "view-title"