Skip to content

Welshman Docs / @welshman/app / IApp

Interface: IApp

Defined in: app/src/app.ts:24

Properties

config

config: AppConfig

Defined in: app/src/app.ts:26


netContext

netContext: NetContext

Defined in: app/src/app.ts:29


onCleanup()

onCleanup: (unsubscriber) => void

Defined in: app/src/app.ts:28

Parameters

unsubscriber

Unsubscriber

Returns

void


pool

pool: Pool

Defined in: app/src/app.ts:30


repository

repository: Repository

Defined in: app/src/app.ts:32


tracker

tracker: Tracker

Defined in: app/src/app.ts:31


use()

use: <T>(Ctor) => T

Defined in: app/src/app.ts:27

Type Parameters

T

T

Parameters

Ctor

Plugin<T>

Returns

T


user?

optional user: User

Defined in: app/src/app.ts:25


wrapManager

wrapManager: WrapManager

Defined in: app/src/app.ts:33