-
Notifications
You must be signed in to change notification settings - Fork 778
Open
Description
declare module "embed/Editor" {
.....
export class Editor {
.....
registerTool(): void;
registerPropertyEditor(): void;
registerTab(): void;
createPanel(): void;
createViewer(): void;
/**
* Creates a widget with custom render and mount functions.
*
* @param data - An object containing the render and mount functions for the widget.
*/
createWidget(): void;
}
}
register tool, registerPropertyEditor,createPanel,createViewer and createWidget expected to have an arguments, but it doesn't provide in here
https://docs.unlayer.com/builder/tools/custom/create#register-your-tool
Metadata
Metadata
Assignees
Labels
No labels