Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface App<T>

User-provided state of the application.

The properties of this interface constitute user input. As such, it must be possible to reconstruct the application state as defined by this interface after navigating back or forth, after a browser restart, or even on a new machine.

The state contains S.js data signals. These signals allow declarative programming: Any S.js computation based on a data signal will get updated whenever the data signal is updated.

Type parameters

Hierarchy

  • App

Index

Properties

Properties

currentPage

currentPage: DataSignal<Page>

Data signal carrying the current page.

settings

settings: T

The current settings.

Generated using TypeDoc