Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / getValueMeta

Function: getValueMeta()

getValueMeta(value): undefined | { valueId: string; operatorIndex: number; operatorName: string; kind?: IteratorMetaKind; inputValueIds?: string[]; }

Defined in: projects/libraries/streamix/src/lib/abstractions/hooks.ts:207

Return metadata previously attached to a value, or undefined if none.

Parameters

value

any

Returns

undefined | { valueId: string; operatorIndex: number; operatorName: string; kind?: IteratorMetaKind; inputValueIds?: string[]; }

Released under the MIT License.