# Function: getLogichValue() (/jsdoc/pixi-vn-ink/index/namespaces/VariableGetter/functions/getLogichValue)



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

Defined in: node\_modules/@drincs/pixi-vn-json/dist/index.d.ts:1270

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 [#type-parameters]

T [#t]

`T` = `StorageElementType`

Parameters [#parameters]

value [#value]

`any`

The value or logic expression to resolve.

props? [#props]

`StepLabelProps`

The current step label props passed to each handler.

Returns [#returns]

`T` | `undefined`

The resolved value, or `undefined`.
