@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.
31 lines (30 loc) • 524 B
TypeScript
export declare class AnnotationProperty {
/**
* Viewport width.
*/
viewportWidth?: number;
/**
* Viewport height.
*/
viewportHeight?: number;
/**
* Screen width.
*/
screenWidth?: number;
/**
* Screen height.
*/
screenHeight?: number;
/**
* Screen scroll height.
*/
screenScrollHeight?: number;
/**
* Length of the arrow.
*/
arrowLength?: number;
/**
* Angle of the arrow.
*/
arrowAngle?: number;
}