Browse Source

Up TS ComponentViewDefinition

pull/4520/head
Artur Arseniev 4 years ago
parent
commit
4174605e48
  1. 4
      index.d.ts

4
index.d.ts

@ -1793,8 +1793,8 @@ declare namespace grapesjs {
}
interface ComponentViewDefinition {
tagName: string;
events: Record<string, string>;
tagName?: string;
events?: Record<string, string>;
init?: (options: { model: Component }) => void;
removed?: () => void;
onRender?: (options: { el: HTMLElement; model: Component }) => void;

Loading…
Cancel
Save