01-31-2022 05:21 AM
I have a class with data accessors as property node. Each property node has the full name of the class, including the ".lvclass" part. I think this is unneccesary as you are already passing in a wire associated with a class. Like this:
The property node is a lot smaller now, making the code cleaner.
I know you select "No name", but that remove all lables entirely. I'd prefer a middle-ground. Is there an optiont that let's me do this?
Solved! Go to Solution.
01-31-2022 05:27 AM
Hi Basjong,
If you go into the class properties and documentation tab then you will find a Localized Name option. This is what gets displayed on property nodes so if you remove the .lvclass extension there, it will also be removed on the property nodes.
Cheers,
James
01-31-2022 05:42 AM
Wow, so simple! I can't believe I've missed that. I even looked through the class properties...
Thanks a lot!