Interstellar


BrowserApp Module

Namespace: Interstellar

Assembly: Interstellar.Core.dll

Functions and values

Function or value Description

create onStart

Full Usage: create onStart

Parameters:
Returns: BrowserApp<'TWindow>

Creates an application with the given onStart function

onStart : SynchronizationContext -> BrowserWindowCreator<'TWindow> -> Async<unit>
Returns: BrowserApp<'TWindow>

openAddress address

Full Usage: openAddress address

Parameters:
    address : Uri

Returns: BrowserApp<'a>

address : Uri
Returns: BrowserApp<'a>

zero

Full Usage: zero

Returns: BrowserApp<'a>

A do-nothing application

Returns: BrowserApp<'a>