...
Code Block | ||
---|---|---|
| ||
{
id: string;
field: string;
values: Array<CheckboxListFacetValue>;
showToggle: boolean;
toggleText: string;
expanded: boolean | undefined;
} |
...
...
Code Block | ||
---|---|---|
| ||
{
id: string;
field: string;
values: Array<CheckboxListFacetValue>;
showToggle: boolean;
toggleText: string;
expanded: boolean | undefined;
} |
...