Preparing search index...

    Base class for persistent panel plugins that render UI within a dockable Lens Studio panel.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The plugin system instance used to resolve interface dependencies.

    title: string
    widget: Widget

    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