You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All events starting with `contentType:` can also be called for specific content types by prefixing the content types name (`{{name}}:contentType:{{event}}`) like the following:
85
-
*`text:contentType:create`
86
-
*`row:contentType:ready`
87
-
*`tab-item:contentType:mount`
83
+
All events starting with `contentType:` can also be called for specific content types by prefixing the content types name (`{{name}}:{{event}}`) like the following:
84
+
*`text:createAfter`
85
+
*`row:mountAfter`
86
+
*`tab-item:mountAfter`
88
87
89
-
### `contentType:create`
88
+
### `contentType:createAfter`
90
89
91
90
**Triggers**
92
91
@@ -104,7 +103,7 @@ All events starting with `contentType:` can also be called for specific content
104
103
105
104
[Back to top]
106
105
107
-
### `contentType:ready`
106
+
### `contentType:mountAfter`
108
107
109
108
**Triggers**
110
109
@@ -122,7 +121,7 @@ All events starting with `contentType:` can also be called for specific content
122
121
123
122
[Back to top]
124
123
125
-
### `contentType:dropped:create`
124
+
### `contentType:dropAfter`
126
125
127
126
**Triggers**
128
127
@@ -140,7 +139,7 @@ All events starting with `contentType:` can also be called for specific content
140
139
141
140
[Back to top]
142
141
143
-
### `contentType:mount`
142
+
### `contentType:mountAfter`
144
143
145
144
**Triggers**
146
145
@@ -158,7 +157,7 @@ All events starting with `contentType:` can also be called for specific content
158
157
159
158
[Back to top]
160
159
161
-
### `contentType:afterRender`
160
+
### `contentType:renderAfter`
162
161
163
162
**Triggers**
164
163
@@ -176,7 +175,7 @@ All events starting with `contentType:` can also be called for specific content
176
175
177
176
[Back to top]
178
177
179
-
### `contentType:removed`
178
+
### `contentType:removeAfter`
180
179
181
180
**Triggers**
182
181
@@ -195,7 +194,7 @@ All events starting with `contentType:` can also be called for specific content
195
194
196
195
[Back to top]
197
196
198
-
### `contentType:duplicate`
197
+
### `contentType:duplicateAfter`
199
198
200
199
**Triggers**
201
200
@@ -213,7 +212,7 @@ All events starting with `contentType:` can also be called for specific content
213
212
214
213
[Back to top]
215
214
216
-
### `contentType:beforeMove`
215
+
### `contentType:moveBefore`
217
216
218
217
**Triggers**
219
218
@@ -233,7 +232,7 @@ All events starting with `contentType:` can also be called for specific content
233
232
234
233
[Back to top]
235
234
236
-
### `contentType:move`
235
+
### `contentType:moveAfter`
237
236
238
237
**Triggers**
239
238
@@ -253,7 +252,7 @@ All events starting with `contentType:` can also be called for specific content
253
252
254
253
[Back to top]
255
254
256
-
### `column:drag:start`
255
+
### `column:dragStart`
257
256
258
257
**Triggers**
259
258
@@ -270,7 +269,7 @@ All events starting with `contentType:` can also be called for specific content
270
269
271
270
[Back to top]
272
271
273
-
### `column:drag:stop`
272
+
### `column:dragStop`
274
273
275
274
**Triggers**
276
275
@@ -287,7 +286,7 @@ All events starting with `contentType:` can also be called for specific content
287
286
288
287
[Back to top]
289
288
290
-
### `column:initElement`
289
+
### `column:initializeAfter`
291
290
292
291
**Triggers**
293
292
@@ -305,7 +304,7 @@ All events starting with `contentType:` can also be called for specific content
305
304
306
305
[Back to top]
307
306
308
-
### `image:assigned:{{id}}`
307
+
### `image:{{id}}:assignAfter`
309
308
310
309
**Triggers**
311
310
@@ -315,7 +314,7 @@ All events starting with `contentType:` can also be called for specific content
0 commit comments