@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

    Properties

    field: string

    The property name on the collection item model to display in this column.

    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.