Interface CommentsCommandArg

interface CommentsCommandArg {
    commentControlHandle: number;
    commentThreadHandle: number;
    text: string;
}

Properties

commentControlHandle: number
commentThreadHandle: number
text: string