QuanticRefineToggle
QuanticRefineToggle
The QuanticRefineToggle
component displays a button that is used to open the refine modal.
Example
<c-quantic-refine-toggle engine-id={engineId} hide-sort full-screen title="Filters" disable-dynamic-navigation>
<div slot="refine-title">Custom Title</div>
<div slot="button-content">
Custom Label
<lightning-icon size="x-small" icon-name="utility:filterList" alternative-text="Filters"
class="custom-refine-icon slds-current-color slds-var-p-vertical_x-small slds-button__icon_right">
</lightning-icon>
</div>
</c-quantic-refine-toggle>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The ID of the engine instance the component registers to. |
|
|
|
|
Indicates whether the Quantic Sort component should be hidden. |
|
|
|
|
Indicates whether the refine modal will be opened in full screen. |
|
|
|
|
The title of the toggle button. |
|
|
|
|
Indicates whether to disable the dynamic navigation feature according to the dynamic navigation experience. |
|
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|
Associated Use Cases
This component is also relevant in the following use case: