app.svelte.ts

Declarations
#

3 declarations

view source

App
#

app.svelte.ts view source

The App is the user's implementation of the Zzz client app. It extends Zzz and should be able to customize as much as possible, including both behaviors and types. (both a work in progress)

inheritance

extends:

constructor

type new (options?: AppOptions | undefined): App

options?
type AppOptions | undefined
optional

app_context
#

app.svelte.ts view source

{ get: (error_message?: string | undefined) => App; get_maybe: () => App | undefined; set: (value: App) => App; }

This is an example of a user-typed alias of frontend_context. I like this pattern in my apps but there are other patterns too!

AppOptions
#

Depends on
#

Imported by
#