Hosanna UI API v1.30.2-next
    Preparing search index...

    Function applyDataMap

    • Applies a data map to a view fragment, setting fields on child views based on the provided content. Iterates only views with data/fn bindings — not every entry in dataMapViewsById (constraint refs stay out of this loop).

      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