Interface ThingCategoryProps

Source
interface ThingCategoryProps {
    description?: string;
    iconPath?: string;
    label: string;
    name: string;
    parent?: string;
    resourceReadoutRoot?: boolean;
}

Properties§

Source§

description?: string

Source§

iconPath?: string

Source§

label: string

Source§

name: string

Source§

parent?: string

Source§

resourceReadoutRoot?: boolean