@umbraco-cms/backoffice
    Preparing search index...

    Interface MetaCollectionViewTableKindColumn

    Configuration for a single column in a table collection view kind.

    interface MetaCollectionViewTableKindColumn {
        field: string;
        label: string;
        valueType?: keyof UmbValueTypeMap;
    }
    Index
    field: string

    Property path on the collection item model to display in this column. Supports dot-notation for nested fields (e.g. author.name).

    label: string

    The column header label. Supports localization strings (e.g. #general_status).

    valueType?: keyof UmbValueTypeMap

    Optional value type for rendering a value summary in this column.