Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ The optional query parameter allows you to filter selector results:
| `name` | `string` | Filter by name | Documents, Entities |
| `sdkName` | `string` | Filter by SDK name (for example, `Pages$Page`) | Documents only |


## Preselecting Elements

You can also pass an element ID as the `selectedElementId` property of the `Selector`. This ID can be either a Document, an Entity, or a Module. If a document or entity, the corresponding node on the selector form appears selected. If the ID belongs to a module, the corresponding node appears selected and expanded, and the `New` button is enabled so the user can immediately create a new document in that module.

## Extensibility Feedback

If you would like to provide additional feedback, you can complete a short [survey](https://survey.alchemer.eu/s3/90801191/Extensibility-Feedback).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ numberless_headings: true

These release notes cover changes to the [Extensibility API for Web Developers](/apidocs-mxsdk/apidocs/extensibility-api/).

## Version 11.14.0

* A module ID can now be passed to the element selector for the `selectedElementId` property, and the corresponding module will be preselected and expanded. This will allow the user to directly create a new document of the desired type in that module.
* We improved the Extensions Overview UI to be more modern and consistent with the rest of Studio Pro.

## Version 11.12.0

* We removed the elements helper methods (`add*()`, `get*()`, `getContainer()`, and `delete()`) from the Model API types.
Expand Down