Theia API Documentation v1.65.0
    Preparing search index...
    interface CommentsCommandArg {
        commentControlHandle: number;
        commentThreadHandle: number;
        text: string;
    }
    Index

    Properties

    commentControlHandle: number
    commentThreadHandle: number
    text: string