retain Content
When retainContent is true
(default), the embed frame content is cached and re-rendered through any re-register of this frame until the next screen_view qualification occurs. This default behavior enables common cell-reuse type of use cases, such as embeds in recycler views.
Set this value false
to require each new register of the same frame ID to qualify for new content independently of any previous usage of the frame view.