Skip to main content

Function: getManifest()

function getManifest(options?): Manifest | null

Retrieve a manifest that has already been loaded via useManifest. If the manifest has not been loaded, null is returned.

Parameters

ParameterType
options?GetManifestOptions

Returns

Manifest | null