Interface CommentsContextCommandArg

interface CommentsContextCommandArg {
    commentControlHandle: number;
    commentThreadHandle: number;
    commentUniqueId: number;
}

Properties

commentControlHandle: number
commentThreadHandle: number
commentUniqueId: number