LogoPixi’VN
indexNamespacesVariableGetterFunctions

Function: getLogichValue()

> getLogichValue<T>(value, props?): T | undefined

Defined in: src/handlers/VariableGetter.ts:36

Resolves a JSON logic value, running it through all registered middleware handlers before falling back to the built-in storage/arithmetic/condition evaluator.

Type Parameters

T

T = StorageElementType

Parameters

value

any

The value or logic expression to resolve.

props?

StepLabelProps = {}

The current step label props passed to each handler.

Returns

T | undefined

The resolved value, or undefined.