Customizing layout of objects in objects tab
CompletedI have successfully added custom attributes to the objects when they are displayed in the objects tab. But I want to customize its layout, for eg. changing the color of its panel based on target blacklist. Is there a way to achieve this?
-
Hello Gourav,
customizing layout of analytic panel isn't possible. However, with latest version of metaSDK you can set bounding box color for each object by setting nx.sys.color attribute.
objectMetadata->addAttribute(makePtr<Attribute>(Attribute::Type::string, "nx.sys.color", ObjectColor));The following values can be used for the ObjectColor variable - "Magenta", "Blue", "Green", "Yellow", "Cyan", "Purple", "Orange", "Red", "White", "No special color".
You can check stub plugin sample to see implementation example.
0
Please sign in to leave a comment.
Comments
1 comment