Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.09 KB

File metadata and controls

23 lines (16 loc) · 1.09 KB

UIExtensionBase class

Base class for all extensions providing custom UI. Do not inherit from this class directly, but use concrete extension points like MenuExtension.

public abstract class UIExtensionBase : ExtensionBase

Protected Members

name description
CurrentApp { get; } Currently opened app. Or null if no app is opened.
WebServerBaseUrl { get; } Returns the base URL for the routes added by this extension in the internal Studio Pro web server.
Subscribe<TEvent>(…) Subscribe to a Studio Pro event. (2 methods)
Unsubscribe(…) Unsubscribe from a Studio Pro event.

See Also