Member Junction
    Preparing search index...

    Emitted for non-blocking warnings that should be reviewed but don't stop the install. Frontends typically render these with a yellow indicator.

    interface WarnEvent {
        Message: string;
        Phase?: PhaseId;
        Type: "warn";
    }
    Index

    Properties

    Properties

    Message: string

    Warning message text.

    Phase?: PhaseId

    Phase that emitted the warning (if applicable).

    Type: "warn"

    Event type discriminator.