Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Type Alias: Setter()<T>

Setter<T>: (value) => void

Value setting function type.

Type Parameters

T = any

the value type.

Parameters

value: T

the value.

Returns

void