@veltdev/sdk
Version:
Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.
23 lines (22 loc) • 501 B
TypeScript
export declare class TargetTextRange {
/**
* Xpath of common Ancestor Container
*/
commonAncestorContainer?: string;
/**
* Full xpath of common Ancestor Container
*/
commonAncestorContainerFXpath?: string;
/**
* Full xpath of common Ancestor Container with class names
*/
commonAncestorContainerCFXpath?: string;
/**
* Selected text
*/
text?: string;
/**
* Occurrence of selected text
*/
occurrence?: number;
}