LogoPixi’VN
indexNamespacesVariableGetterFunctions

Function: getLogichValue()

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

Defined in: node_modules/@drincs/pixi-vn-json/dist/index.d.ts:1271

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.