Documentation

onElementCreated()

Called when the element is created (but not inserted).

onElementCreated?(view: View, output: RenderContext.Output<TElement>): void;

Related