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
*`type`: The name of the custom event to dispatch on the `<shae-ent>` element.
176
+
*`data`: (Optional) Data to send as `event.detail`.
177
+
*`transferables`: (Optional) Array of transferable objects (like `ArrayBuffer`, `MessagePort`) to transfer ownership of, instead of cloning.
178
+
*`traverseChildren`: (Optional) If `true`, the event will be dispatched to the corresponding view component and all its descendants in the view hierarchy. Defaults to `false`.
The API provides direct access to the underlying `EntityApi` instance via the `entity` property. This gives access to entity metadata like `uuid`, `order`, hierarchy info (`parent`, `children`), and property inspection (`propKeys`, `propEntries`).
209
+
210
+
Note: `dispatchMessageToView` is now a top-level method on the API object and is no longer available on the `entity` instance.
0 commit comments