• Executes a registered data transformation extension point. This extension point is used to map a single property value and is typically used to map a property value from the backend into a format that is usable by the application.

    Type Parameters

    • D extends object = any
    • T extends object = any

    Parameters

    • options: ContextDataExtensionPoint<D, T>

      The options for the extension point

    Returns Promise<any>

    The transformed data