Interface PendingComment

interface PendingComment {
    body: string;
    cursor: IPosition;
}

Properties§

§body: string
§cursor: IPosition