ComponentConfig constructor

ComponentConfig(
  1. [Descriptor descriptor,
  2. TypeDescriptor type,
  3. ConfigParams config]
)

Creates a new instance of the component configuration.

  • descriptor (optional) a components descriptor (locator).
  • type (optional) a components type descriptor.
  • config (optional) component configuration parameters.