Interface ResourcePropertiesCategoryNode

interface ResourcePropertiesCategoryNode {
    categoryId: string;
    children: ResourcePropertiesItemNode[];
    icon?: string;
    name: string;
    parent: ResourcePropertiesRoot;
}

Hierarchy

  • ExpandableTreeNode
  • SelectableTreeNode
    • ResourcePropertiesCategoryNode

Properties

categoryId: string
icon?: string
name: string