Skip to main content

Interface: FilledDataItemValue<T>

Defined in: src/sdk/data/SharedDataBus.ts:29

Experimental

A tuple of a value of a filled data item and its current status.

Type Parameters

Type ParameterDescription
TThe type of the value. This API is still under development and should not be used for production code.

Properties

status

status: Failed | Testing | Normal

Defined in: src/sdk/data/SharedDataBus.ts:34

Experimental

The data item status.


value

value: T

Defined in: src/sdk/data/SharedDataBus.ts:31

Experimental

The data item value.