hosanna-ui-docs - v0.9.0
    Preparing search index...

    Function applyDataMap

    • Applies a data map to a view fragment, setting fields on child views based on the provided content. Iterates over the fragment's dataMapViewsById and applies mapped data fields using getPath.

      Parameters

      • fragment: IViewFragment

        The view fragment containing data maps and child views.

      • content: unknown

        The data source used to populate the fragment's fields.

      Returns void