openmrs-esm-core

O3 Framework / ContextCallback

Type Alias: ContextCallback()<T>

ContextCallback<T> = (state) => void

Defined in: packages/framework/esm-context/src/context.ts:103

Type Parameters

T

T extends NonNullable<object> = NonNullable<object>

Parameters

state

Readonly<T> null undefined

Returns

void