AddressFormPlugin is used to create an AddressForm plugin component. An AddressForm displays address information. This is reused accross the application for any eaiws.project.AddressType.

  • Plugin category = AddressForm

Hierarchy

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