Interface IModelRenderer

    • Method Detail

      • toModel

        ElementModel toModel​(com.aquima.interactions.composer.IElement element,
                             IRendererContext context)
        This method transforms an element to a viemodel.
        Parameters:
        element - The element to transform, not null.
        context - The context, not null.
        Returns:
        The viewmodel, never null.