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

    Interface MetaTreeViewTableKind

    interface MetaTreeViewTableKind {
        columns?: MetaTreeViewTableKindColumn[];
        icon?: string;
        label?: string;
    }

    Hierarchy

    Index

    Properties

    Properties

    Additional columns to render between the name and entity actions columns.

    icon?: string

    An icon to represent the tree view

    [ "icon-list", "icon-grid" ]

    label?: string

    The friendly name of the tree view