Skip to content

@epikodelabs/streamix


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

Interface: FlowExpr<T, Self>

Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:42

Scope-definition marker for a flow-backed atom produced from the current scope state and raw atom graph.

Type Parameters

T

T = any

Self

Self = any

Properties

[FLOW_EXPR]

[FLOW_EXPR]: true

Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:43


fn()

fn: (self, atoms) => Atom<T>

Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:44

Parameters

self

Self

atoms

ScopeAtoms<Self>

Returns

Atom<T>

Released under the GNU AGPL v3 or later.