Hierarchy

  • GlossaryIndexProps

Properties

indexElements?: string[]

The elements to be displayed in the index

orientation?: "horizontal" | "vertical"

The orientation of the index component

selectedIndexElement?: string

The currently selected element

setSelectedIndexElement?: ((indexElement) => void)

Type declaration

    • (indexElement): void
    • The function to set the currently selected element

      Parameters

      • indexElement: string

      Returns void

Generated using TypeDoc