Skip to content

Type Alias: SetState

API / @xmachines/play-solid / SetState

type SetState = (updater) => void;

Defined in: @xmachines/json-render-solid

State setter function for updating application state

Parameters

ParameterType
updater(prev) => Record<string, unknown>

Returns

void