platform-bible-utils
    Preparing search index...

    Type Alias ColumnsWithHeaders

    Group of columns that can be combined with other columns to form a multi-column menu

    type ColumnsWithHeaders = {
        isExtensible?: boolean;
        [property: `${string}.${string}`]: MenuColumnWithHeader;
    }

    Indexable

    Index

    Properties

    Properties

    isExtensible?: boolean

    Defines whether columns can be added to this multi-column menu