Browse Source

[FIX] add missing ccid in component ts definition (#4696)

Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
pull/4746/head
Singwai Chan 4 years ago
committed by GitHub
parent
commit
cd4e00201a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      index.d.ts

5
index.d.ts

@ -2360,6 +2360,11 @@ declare namespace grapesjs {
interface Component extends Backbone.Model<ComponentModelProperties>, Styleable {
view?: ComponentView;
/**
* A randomized unique id associated with the component prefixed with `i`
*/
ccid?: string
/**
* Hook method, called once the model is created
*/

Loading…
Cancel
Save