diff --git a/index.d.ts b/index.d.ts index 55e072124..6f11d3f74 100644 --- a/index.d.ts +++ b/index.d.ts @@ -2360,6 +2360,11 @@ declare namespace grapesjs { interface Component extends Backbone.Model, Styleable { view?: ComponentView; + /** + * A randomized unique id associated with the component prefixed with `i` + */ + ccid?: string + /** * Hook method, called once the model is created */