Skip to content

Commit

Permalink
SITES-21289: Add documentation about triggered events
Browse files Browse the repository at this point in the history
  • Loading branch information
irenelagno committed Apr 18, 2024
1 parent 413330e commit 4e02bdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Available data in the editor state:

| Key | Type | Sample | Description |
|-----|---------------------------|-----------------------------------------------------------------------|-------------|
| connections | `obj` | { "aemconnection": "aem:%auth_instance_url%" } | [Connections](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/getting-started#connections) which are used in the app are stored as <meta> tags in the page’s <head>. |
| connections | `obj` | { "aemconnection": "aem:%auth_instance_url%" } | [Connections](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/getting-started#connections) which are used in the app are stored as `<meta>` tags in the page’s `<head>`. |
| selected | `obj<string, boolean>` | {fcb38012-c4c7-51a8-896c-79e76kjk: true} | Element that is currently edited. |
| editables | `[objects]` | Array[{id: '33661..", type: 'reference', resource: "urn:..., ..}, {}] | List of elements that might be edited. The editable element object includes [proper metadata](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/attributes-types). |
| location | `string` | "%locationString%" | The current page location |
Expand Down

0 comments on commit 4e02bdf

Please sign in to comment.