Provides a set of operations for showing the object (that is unit
or element
) selection interface to Studio Pro user.
public interface ISelectorDialogService
name | description |
---|---|
SelectDocumentAsync<TDocument>(…) | Shows interface (in a popup) for selecting IDocument of a specific type TDocument from all such documents in the app. |
SelectDocumentUntypedAsync(…) | Shows interface (in a popup) for selecting IDocument from all documents in the app. |
SelectEntityAsync(…) | Shows interface (in a popup) for selecting an IEntity from all entities in the app model. |