Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TreeNodeComponentProvider

A provider to be implemented in order to supply data that would replace the component used in the related data selectors

export
interface

TreeNodeComponentProvider

Hierarchy

  • TreeNodeComponentProvider

Index

Methods

getComponentData

  • Gets the component data for the registered components

    memberof

    TreeNodeComponentProvider

    Parameters

    • feature: TreeNodeComponentFeatures

      Used to determine for which feature will this component be used. Currently only supported for "related-data"

    • entitySet: string

      Cannot be null. The entity set for which the component data is to be used. If the entity set is an empty string the component data will be used for all entity sets for the current feature. Example of entity sets: "newsitems", "blogposts", "events", "pressreleases"

    Returns ComponentData

    {ComponentData}

Generated using TypeDoc