@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface RequestMessageInPingPong {
        description?: string | ((msg: IdMessageBase) => string);
        mark?: boolean;
        message: FlowrMessage;
        type: "request";
    }
    Index

    Properties

    description?: string | ((msg: IdMessageBase) => string)
    mark?: boolean
    message: FlowrMessage
    type: "request"