roslib
    Preparing search index...

    Interface RosbridgePublishMessage<TMessage>

    interface RosbridgePublishMessage<TMessage = unknown> {
        id?: string;
        msg: TMessage;
        op: "publish";
        topic: string;
    }

    Type Parameters

    • TMessage = unknown

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: string
    op: "publish"
    topic: string