I have started my module from ignition-sdk-examples/managed-tag-provider. Tags are created with empty properties. I need to initialize properties like tooltip, engineeringUnits and other. Is there java equivalent for scripting function system.tag.configure() in ManagedTagProvider?
Did you ever figure this out?
No. My workaround was using reference tags in Standard Tag Provider for each tag in Managed Tag Provider.
I don't understand. ManagedTagProvider has a configureTag
overload that accepts a propertyset? ManagedTagProvider
The various properties can be configured on a new BoundPropertySet using the static fields in WellKnownTagProps: WellKnownTagProps
Thanks @PGriffith, that helps!