onElementCreated()
Called when the element is created (but not inserted).
onElementCreated?(view: View, output: RenderContext.Output<TElement>): void;
Related
interface RenderEffect
An interface for render effects that can be applied to UI elements.
