Preparing search index...

    Plugin base class for handling URI requests within the Editor plugin system.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The PluginSystem instance this plugin is registered with.

    Methods

    • Returns the name of this object's type.

      Returns string

    • Handles a URI string and returns whether it was successfully processed.

      Parameters

      • uri: string

      Returns boolean

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

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object refers to the same instance as the given object.

      Parameters

      Returns boolean