OptionaladvancedAdvanced configuration that alters the behavior of the custom element.
OptionalappApplication metadata (packages, services etc.).
This is usually autogenerated by importing the virtual "open-pioneer:app" module.
OptionalchakraChakra styled system object.
Used to configure chakra's theme.
OptionalcomponentRendered UI component.
OptionalconfigApplication defined configuration.
This option can be used to override default properties of the application's packages.
All instances of the web component will share this static configuration.
OptionalresolveFunction to provide additional application defined configuration parameters.
Compared to config, this function receives a context object that allows the developer to provide dynamic properties on a per-application instance basis.
Parameters returned by this function take precedence over the ones defined by config.
Options for the createCustomElement function.