Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Mapping

Index

Constructors

Methods

Constructors

  • new Mapping(mapping?: Object): Mapping
  • Create a mapping object that can be used in Data Bound components.

    Parameters

    • Optional mapping: Object

    Returns Mapping

Methods

  • add(componentName: string, fieldName: string, hideIfEmpty?: boolean): Mapping
  • Add a mapping between a component and a feed field.

    memberof

    Mapping

    Parameters

    • componentName: string

      Name of the component to map the data to.

    • fieldName: string

      Name of the feeds field name to map.

    • Optional hideIfEmpty: boolean

    Returns Mapping

  • Clear all the mapping data.

    memberof

    Mapping

    Returns Mapping