Interface ResourcePropertiesItemNode

interface ResourcePropertiesItemNode {
    icon?: string;
    name: string;
    parent: ResourcePropertiesCategoryNode;
    property: string;
}

Hierarchy

  • SelectableTreeNode
    • ResourcePropertiesItemNode

Properties

icon?: string
name: string
property: string