Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComponentData

Used to get necessary data for dynamic component instantiation. Used to get necessary data for dynamic component instantiation.

export
interface

ComponentData

export
interface

ComponentData

Hierarchy

  • ComponentData

Index

Properties

Properties

Optional properties

properties: object

This property should be used to pass a collection of key/value pair property values for the component type that is being instantiated dynamically. It should be used only in cases where the afterComponentInit callback cannot be used as it will not keep the strongly typed references to these properties. This property should be used to pass a collection of key/value pair property values for the component type that is being instantiated dynamically. It should be used only in cases where the afterComponentInit callback cannot be used as it will not keep the strongly typed references to these properties.

type

{{[property: string]: Object}}

memberof

ComponentData

type

{{[property: string]: Object}}

memberof

ComponentData

Type declaration

  • [property: string]: Object

type

type: Type<any>

The type that is going to be instatiated dynamically. The type that is going to be instatiated dynamically.

type

{Type}

memberof

ComponentData

type

{Type}

memberof

ComponentData

Generated using TypeDoc