Type alias PathEvent

PathEvent: {
    local: native.Host;
    peer: native.Host;
    type: "New";
} | {
    local: native.Host;
    peer: native.Host;
    type: "Validated";
} | {
    local: native.Host;
    peer: native.Host;
    type: "Closed";
} | {
    new: [native.Host, native.Host];
    old: [native.Host, native.Host];
    seq: number;
    type: "ReusedSourceConnectionId";
} | {
    new: native.Host;
    old: native.Host;
    type: "PeerMigrated";
}

Type declaration

Type declaration

Type declaration

Type declaration

Type declaration

Generated using TypeDoc