Preparing search index...

    Base class for AI-invokable plugin operations in Developer Mode that execute on demand and return a Result.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The PluginSystem instance used to access shared Editor interfaces via findInterface().

    Methods

    • Executes the tool with the given parameters and returns a Result containing output data or an error string.

      Parameters

      Returns Promise<Result>

    • Returns the name of this object's type.

      Returns string

    • 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