Hierarchy

  • GlossaryHookReturn

Properties

Properties

collapseAll: ((setExpandedList) => void)

Type declaration

    • (setExpandedList): void
    • Function to collapse all glossary entries.

      Parameters

      • setExpandedList: ((props) => void)
          • (props): void
          • Parameters

            • props: string[]

            Returns void

      Returns void

expandAll: ((setExpandedList, glossaryEntries) => void)

Type declaration

    • (setExpandedList, glossaryEntries): void
    • Function to expand all glossary entries.

      Parameters

      • setExpandedList: ((props) => void)
          • (props): void
          • Parameters

            • props: string[]

            Returns void

      • glossaryEntries: GlossaryEntryProps[]

      Returns void

Generated using TypeDoc