UNPKG

@empathyco/x-components

Version:
29 lines (21 loc) 2.37 kB
--- title: AiOverview --- # AiOverview ## Props | Name | Description | Type | Default | | ------------------------------------------ | ---------------------------------------------------------------- | ------------------- | ----------------------------------------- | | <code>title</code> | The text displayed when the question ended loading | <code>string</code> | <code>'Empathy AI Overview'</code> | | <code>titleLoading</code> | The text displayed when the question is loading. | <code>string</code> | <code>'Generating with Empathy AI'</code> | | <code>expandText</code> | The text displayed on the toggle button when collapsed. | <code>string</code> | <code>'Show more'</code> | | <code>collapseText</code> | The text displayed on the toggle button when expanded. | <code>string</code> | <code>'Show less'</code> | | <code>slidingPanelsClasses</code> | The classes added to each sliding panel for each query. | <code>string</code> | <code></code> | | <code>slidingPanelContainersClasses</code> | The classes added to each sliding panel container of each query. | <code>string</code> | <code></code> | | <code>slidingPanelButtonsClasses</code> | The classes added to each sliding panel buttons of each query. | <code>string</code> | <code></code> | ## Slots | Name | Description | Bindings<br />(name - type - description) | | ---------------------------------------- | ---------------------- | ----------------------------------------- | | <code>sliding-panels-addons</code> | | | | <code>sliding-panels-left-button</code> | | None | | <code>sliding-panels-right-button</code> | | None | | <code>result</code> | (required) result card | |