Interstellar


WindowTitle<'TWindow> Type

Namespace: Interstellar

Assembly: Interstellar.Core.dll

Base Type: obj

Union cases

Union case Description

FromPageTitle titleMapping

Full Usage: FromPageTitle titleMapping

Parameters:

Specifies a function to be used to determine the window title as a function of the page title

titleMapping : string -> IBrowserWindow<'TWindow> -> Async<string>

FromString string

Full Usage: FromString string

Parameters:
    Item : string

Specifies an ordinary string to use for the window title. This is only set once upon window initialization.

Item : string

Unset

Full Usage: Unset

Specifies an undefined/unset window title.