UiComponentBase

abstract class UiComponentBase(api: APIv0)

Base class for UI components, with convenience access to the ODO API and the main view.

Constructors

UiComponentBase
Link copied to clipboard
fun UiComponentBase(api: APIv0)

Functions

initializeUi
Link copied to clipboard
fun initializeUi(initializationContext: UiElementContainer.Initializer)
Initialize the user interface and create the main view.

Properties

view
Link copied to clipboard
val view: UiElement
The main view.