interface IHighlight {
    comment?: Comment;
    content?: Content;
    id?: string;
    position: ScaledPosition;
    type?: HighlightType;
}

Hierarchy

Properties

comment?: Comment
content?: Content
id?: string
position: ScaledPosition