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