Add capability for a View to be flagged or a function called once fully mediated after creation.
Provides a way to ensure an Event is dispatched, especially useful when a View needs to fetch data upon creation, without having to wait some frames and hope it's mediated.
Add capability for a View to be flagged or a function called once fully mediated after creation.
Provides a way to ensure an Event is dispatched, especially useful when a
Viewneeds to fetch data upon creation, without having to wait some frames and hope it's mediated.