Tag name of the web component to create.
OptionalpropsProperties to set on the created component.
Optional AlpharulesOptional behavior rules.
Optionalvisibility?: RuleRule that gates whether the component should be rendered. A
renderer that consults this field instantiates the component
only when the rule evaluates true against the current scope.
Describes a web component to create and the properties to set on it.
Used wherever the platform needs a component specified as data rather than instantiated directly — for example configuration UIs, metadata renderers, or slot content provided by plugins.
Example