interface ManifestHealthCheck {
    alias: string;
    api: ApiLoaderProperty;
    kind?: unknown;
    meta: MetaHealthCheck;
    name: string;
    type: "healthCheck";
    weight?: number;
}

Hierarchy (View Summary, Expand)

Properties

alias: string

The alias of the extension, ensure it is unique

The API to load for this health check. This should implement or extend the UmbHealthCheckContext interface.

kind?: unknown

The kind of the extension, used to group extensions together

["button"]

name: string

The friendly name of the extension

type: "healthCheck"

The type of extension such as dashboard etc...

weight?: number

Extensions such as dashboards are ordered by weight with lower numbers being first in the list

MMNEPVFCICPMFPCPTTAAATR