Magek Framework
    Preparing search index...

    Interface HealthIndicatorConfiguration

    interface HealthIndicatorConfiguration {
        enabled: boolean;
        details: boolean;
        showChildren?: boolean;
        id: string;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enabled: boolean
    details: boolean
    showChildren?: boolean
    id: string
    name: string