Skip to content

PluginBase.onload method

PluginBase › onload

Called when the plugin is loaded.

Orchestrates loading: registers the universal components, lets the subclass wire its own components via onloadImpl, then loads all of them sequentially (children-first).

Do NOT override this method. Override onloadImpl instead.

Signature:

onload(): Promise<void>

Returns: Promise<void>