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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
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 |
|
|
|
*/ |
|
|
|
|