platform-bible-react
    Preparing search index...

    Type Alias ComboBoxGroup<T>

    Represents a group of options with an optional heading

    type ComboBoxGroup<T> = {
        groupHeading: string;
        options: readonly T[];
    }

    Type Parameters

    • T
    Index

    Properties

    groupHeading: string

    The heading text for this group of options

    options: readonly T[]

    The options within this group