Interface IErrorEvent

interface IErrorEvent {
    message: string;
    type: "ERROR";
}

Hierarchy (view full)

Properties

Properties

message: string
type: "ERROR"

Generated using TypeDoc