@veltdev/types
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.
16 lines (13 loc) • 403 B
TypeScript
export declare class ArrowElement {
/**
* To allow arrow in specific elements only
* @param elementIds Element ids to be allowed for arrow
*/
public allowedElementIds: (elementIds: string[]) => void;
constructor();
/**
* To allow arrow in specific elements only
* @param elementIds Element ids to be allowed for arrow
*/
private _allowedElementIds;
}