govuk-frontend
    Preparing search index...

    Interface AccordionConfig

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

    Properties

    Accordion translations

    rememberExpanded?: boolean

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