Hierarchy

  • GlossaryListProps

Properties

expandedList?: string[]

The list of terms of the currently expanded entries.

glossaryEntries?: GlossaryEntryProps[]

The entries to be displayed in the list.

searchQuery?: string

The query to search for in the properties of the entries.

selectedIndexElement?: string

The index element to filter the entries by.

selectedTags?: string[]

The tags to filter the entries by.

setExpandedList?: ((newExpandedList) => void)

Type declaration

    • (newExpandedList): void
    • The function to set the currently expanded entries.

      Parameters

      • newExpandedList: string[]

      Returns void

useGlossaryList?: (() => GlossaryListHookReturn)

Type declaration

Generated using TypeDoc