The ProjectCustomerPickerPlugin allows the user to select a customer.

  • Plugin category = ProjectCustomerPicker

Hierarchy

  • Plugin
    • ProjectCustomerPickerPlugin

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>

  • Opens the customer picker which enables the user to select a customer for the project. Returns false if the user didn't select a customer.

    Parameters

    Returns Promise<boolean>

Generated using TypeDoc