Skip to content

textmode.synth.js / DynamicErrorCallback

Type Alias: DynamicErrorCallback()

ts
type DynamicErrorCallback = (error, uniformName) => void;

Callback signature for dynamic parameter evaluation errors. Live coding environments can use this to display errors without interrupting rendering.

Parameters

ParameterType
errorunknown
uniformNamestring

Returns

void