Optional
beginOptional
endNotifies the host application that an asynchronous operation has ended.
Optional
showIf called the host application should show a action selection dialog. After the user selected an action the dialog has to be closed.
The actions which should be shown.
Customization options.
Optional
showIf called the host application should show the provided media.
The media to show.
Customization options.
Optional
showIf called the host application should show the provided message to the user.
The media to show.
Customization options.
Optional
showIf called the host application should show a property editor. If only one property is shown, the editor should be closed automatically after the user changed the value of the property.
The element which will be edited.
Callback to retrieve the properties which should be shown. Has to be called everytime a property value was changed.
Customization options.
Generated using TypeDoc
Notifies the host application that an asynchronous operation was started (e.g. to show a loading animation). Note: Nested calls to begin/endAsyncOperation should be supported.