Skip to content

declarative::experimental::Dynamic#

A view that exposes a contract::In<_> to provide dynamic content.

The view simply forwards the provided child view as its content. It can be used in declarative UI to inject arbitrary views at runtime.

Header:#include <AUI/View/Dynamic.h>
CMake:aui_link(my_target PUBLIC aui::views)