Type Alias ColumnsWithHeaders

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

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

Type declaration

  • [property: `${string}.${string}`]: MenuColumnWithHeader

    Named column of a menu

  • OptionalisExtensible?: boolean

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