diff --git a/master/extensions/api/classes/Common.Catalog.CatalogCategory/index.html b/master/extensions/api/classes/Common.Catalog.CatalogCategory/index.html index 3104a47eb6..c4f9ce7e8b 100644 --- a/master/extensions/api/classes/Common.Catalog.CatalogCategory/index.html +++ b/master/extensions/api/classes/Common.Catalog.CatalogCategory/index.html @@ -1030,37 +1030,53 @@
• Readonly Abstract apiVersion: string
The version of category that you are wanting to declare.
+Currently supported values:
+"catalog.k8slens.dev/v1alpha1"• Protected filters: ObservableSet<AddMenuFilter>
internal
• Readonly Abstract kind: string
The kind of item you wish to declare.
+Currently supported values:
+"CatalogCategory"• Abstract metadata: Object
• Readonly Abstract metadata: Object
The data about the category itself
| Name | Type | +Description |
|---|---|---|
icon |
string |
+Either an <svg> or the name of an icon from IconProps |
name |
string |
+The name of your category. The category can be searched for by this value. This will also be used for the catalog menu. |
• Abstract spec: CatalogCategorySpec
The most important part of a category, as it is where entity versions are declared.
▸ addListener<E>(event, listener): CatalogCategory
▸ getId(): string
Get the ID of this category
string
(EventEmitter as new () => TypedEmitter<CatalogCategoryEvents>).setMaxListeners
▸ Static parseId(id?): Object
▸ Static parseId(id): Object
Parse a category ID into parts.
| Name | Type | -Default value | +Description |
|---|---|---|---|
id |
string |
-"" |
+The id of a category is parse |
Object
The group and kind parts of the ID