Skip to content

Interface: CustomCategoryViewRegistration#

Common.Types.CustomCategoryViewRegistration

This is the type used to declare additional views for a specific category

Table of contents#

Properties#

Properties#

components#

components: CustomCategoryViewComponents

The components for this registration


group#

group: string

The catalog entity group that is declared by the category for this registration

e.g. - "entity.k8slens.dev"


kind#

kind: string

The catalog entity kind that is declared by the category for this registration

e.g. - "KubernetesCluster"


priority#

Optional priority: number

The sorting order value. Used to determine the total order of the views.

default 50