@karmaniverous/jeeves
    Preparing search index...

    Interface ComponentDependencies

    Component dependency declarations.

    interface ComponentDependencies {
        hard: string[];
        soft: string[];
    }
    Index

    Properties

    Properties

    hard: string[]

    Hard dependencies — the component cannot function without these. If a hard dep is not healthy, suppress all alerts for this component except a "waiting for dependency" message. If a hard dep is declined, auto-decline this component.

    soft: string[]

    Soft dependencies — the component works without these but with reduced functionality. When the component is healthy and a soft dep is missing, generate an informational alert. No alert when a soft dep is declined.