highs-js API reference
    Preparing search index...

    Interface PassiveCallbackEvent

    Observation-only event. It intentionally has no solver control methods; copy, retain, visualize, or post its detached data without reentering the model.

    interface PassiveCallbackEvent {
        data: CallbackData;
        message: string;
        type: 0 | 3 | 4 | 5 | 7;
    }

    Hierarchy (View Summary)

    Index

    Detached snapshot of fields available for this callback channel.

    message: string

    Native log/progress text. Do not assume it is non-empty or machine-parseable.

    type: 0 | 3 | 4 | 5 | 7

    Callback channel that triggered the event.