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 = {
        isExperimental?: boolean;
        isExtensible?: boolean;
        [property: `${string}.${string}`]: MenuColumnWithHeader;
    }

    Indexable

    Index

    Properties

    isExperimental?: boolean

    Set to true to mark this columns collection as experimental. Experimental menu content may change or be removed without notice. Extensions reading this should treat the marker as informational.

    isExtensible?: boolean

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