interface InlineCommentProperties {
    inlineMarkerRef?: string;
    inlineOriginalSelection?: string;
}

Hierarchy

  • Record<string, unknown>
    • InlineCommentProperties

Properties

inlineMarkerRef?: string

Property value used to reference the highlighted element in DOM.

inlineOriginalSelection?: string

Text that is highlighted.