Factory for reusable components.

Hierarchy

  • ComponentFactory

Methods

  • Creates a new component container which can be used to display custom components at application level (e.g. dialogs). If the container is no longer used, dispose() has to be called to clean-up all resources.

    Parameters

    • Optional pClassName: string

      Optional CSS class name for the container.

    Returns ComponentContainer

  • React component which can be used to visualize a loading state. If the isLoading property is true a loading animation will be shown. The user will not be able to interact with the child components of the panel while loading (requires react).

    Returns LoadingPanel

Generated using TypeDoc