openmrs-esm-core

O3 Framework / unregisterContext

Function: unregisterContext()

unregisterContext(namespace): void

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

Used by caller to unregister a namespace in the application context. Unregistering a namespace will remove the namespace and all associated data.

Parameters

namespace

string

Returns

void