Extension for the project editor which provides additional project and item actions.

  • Plugin category = ProjectEditorExtension
  • Plugin sub category = ActionProvider

Hierarchy

  • Plugin
    • ActionProviderExtension

Properties

Methods

Properties

name: string

Methods

  • Will be called once after the plugin was loaded.

    Parameters

    • pDescriptor: PluginDescriptor

      Plugin descriptor for this plugin.

    • pSettings: unknown

      Optional plugin specific settings which may be defined as part of the application settings.

    Returns Promise<void>

Generated using TypeDoc