Preparing search index...

    Configuration descriptor for a DialogPlugin, including menu placement and optional toolbar settings.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dependencies: InterfaceId[]

    Array of interface IDs that this plugin requires to function.

    description: string

    Human-readable description of the plugin shown in the plugin manager.

    id: string

    Unique identifier for the plugin, typically in reverse domain notation.

    interfaces: InterfaceId[]

    Array of interface IDs that this plugin provides or implements.

    menuActionHierarchy: string[]

    Menu path hierarchy defining where the dialog's action appears in the editor menu.

    name: string

    Display name of the plugin.

    toolbarConfig?: ToolbarConfig

    Configuration object specifying how the dialog's action is represented in the editor toolbar.

    Methods

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

      Parameters

      • type: string

      Returns boolean