From cd4e00201aea2471e9c2cb2db3f618416686e8fc Mon Sep 17 00:00:00 2001 From: Singwai Chan Date: Sat, 29 Oct 2022 06:08:30 -0400 Subject: [PATCH] [FIX] add missing ccid in component ts definition (#4696) Co-authored-by: Artur Arseniev --- index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) 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 */