atomic-result-children
atomic-result-children
This is for:
DeveloperThe atomic-result-children
component is responsible for displaying child results by applying one or more child result templates.
Includes two slots, "before-children" and "after-children", which allow for rendering content before and after the list of children,
only when children exist.
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The expected size of the image displayed in the children results. |
|
|
|
|
Whether to inherit templates defined in a parent atomic-result-children. Only works for the second level of child nesting. |
|
|
|
|
The non-localized copy for an empty result state. An empty string will result in the component being hidden. |
|
|
Slots
Slots let you write custom HTML at a specific place inside a web component.
Slot | Description |
---|---|
|
Slot that allows rendering content after the list of children, only when children exist. |
|
Slot that allows rendering content before the list of children, only when children exist. |
Shadow Parts
Part | Description |
---|---|
|
The wrapper for the message when there are no results. |
|
The button that allows to collapse or show all child results. |