Hello haystack-core team
Thank you for the amazing library!
I'm just learning haystack 4 and their defs. So, my question can be stupid. Sorry if this is the case.
I'm working on web ui for haystack. Let's imagine that the user wants to add tags to the point (or any other entity).
As I understand, I can get tags that are specific for point like this:
const tags = defs.tags("point")
result:
["cur","dis","enum","equipRef","his","id","kind","maxVal","minVal","pointFunction","pointQuantity","pointSubject","siteRef","spaceRef","systemRef","tz","unit","vfd","writable"]
But I can't understand how to get a list of other compatible tags.
Is it possible? If not, maybe you can give me some hints on how I can implement it myself with your library as base.
Hello haystack-core team
Thank you for the amazing library!
I'm just learning haystack 4 and their defs. So, my question can be stupid. Sorry if this is the case.
I'm working on web ui for haystack. Let's imagine that the user wants to add tags to the point (or any other entity).
As I understand, I can get tags that are specific for point like this:
result:
But I can't understand how to get a list of other compatible tags.
Is it possible? If not, maybe you can give me some hints on how I can implement it myself with your library as base.