Interface CommentsEditCommandArg

interface CommentsEditCommandArg {
    commentControlHandle: number;
    commentThreadHandle: number;
    commentUniqueId: number;
    text: string;
}

Properties

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