Unique identifier that can be used to register or retrieve a specific API.
Example: mendix.EditorsAPI, mycompany.MyFunkyAPI
Show a document selector dialog window.
OptionalselectorParams: Selector<DocumentQuery>Optional parameters to filter the documents shown in the selector and allow to explicitly select "none".
The selected document or whether the user chose to return none or canceled the selection dialog.
Show an entity selector dialog window.
OptionalselectorParams: Selector<EntityQuery>Optional parameters to filter the entities shown in the selector and allow to explicitly select "none".
The selected entity or whether the user chose to return none or canceled the selection dialog.
The API that helps show entity and document selector dialogs.
Example