Preparing search index...

    Base class for plugins that create persistent UI panels; extend this and implement createWidget() to build panel UI.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The plugin system instance used to resolve interface dependencies.

    title: string

    Read-only string displayed as the panel's title.

    widget: Widget

    Read-only UI widget rendered inside the panel.

    Methods

    • Creates and returns the root widget for the panel, parented to the given widget.

      Parameters

      Returns Widget

    • Tears down the plugin and releases any resources it holds.

      Returns void

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean