Query .initialize()Configures components before they are ready in the DOMquery-initializecomponentQuerypage.htmlComponentsUse .initialize() when you need to configure components before DOMContentLoaded (like in head scripts). Use [.settings()](/examples/query-settings) for components that already exist.["query","component","initialization"].initialize()Example