Skip to content

ComponentEx.onloadAsync method

ComponentEx › onloadAsync

Asynchronously loads the component.

Override to add async load logic, which is executed after Component.onload.

Signature:

onloadAsync(): Promise<void>

Returns: Promise<void>A Promise that resolves when the component is loaded.