Interface AccordionConfig

interface AccordionConfig {
    i18n?: AccordionTranslations;
    rememberExpanded?: boolean;
}

Properties

Accordion translations

rememberExpanded?: boolean

Whether the expanded and collapsed state of each section is remembered and restored when navigating.