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

    Properties

    commentControlHandle: number
    commentThreadHandle: number
    commentUniqueId: number
    text: string