Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / RootScope

Interface: RootScope

Defined in: projects/libraries/streamix/src/lib/atoms/root.ts:9

The global/root context is the default parent for top-level scopes. Unlike a normal Scope, it is not disposable, has no atoms, and carries only the global timing default.

Properties

type

readonly type: "root"

Defined in: projects/libraries/streamix/src/lib/atoms/root.ts:10


mode

mode: "discrete" | "analog"

Defined in: projects/libraries/streamix/src/lib/atoms/root.ts:11


container

container: Container

Defined in: projects/libraries/streamix/src/lib/atoms/root.ts:13

IoC container shared by all top-level scopes.

Released under the GNU AGPL v3 or later.