I am a bit confused by how to actually create listeners for my custom node.
My goal is to have additional data appear when the zoom level is >= 120.
I currently have it setup where the widget queries the model to get the value, but this does not actively update like a listener would.
To be completely honest, I am a bit confused on how registering listeners works in general, is there any documentation on it? I have searched the site and found nothing that would guide me through learning it.
I am a bit confused by how to actually create listeners for my custom node.
My goal is to have additional data appear when the zoom level is >= 120.
I currently have it setup where the widget queries the model to get the value, but this does not actively update like a listener would.
To be completely honest, I am a bit confused on how registering listeners works in general, is there any documentation on it? I have searched the site and found nothing that would guide me through learning it.
Thank you in advance!