Copy link to clipboard
Copied
I am C++ SDK plugin lerner and I want to observe the changes into document so I need the inderface ID for it so is there any listing of Interfaces id for observing the document or panel related things.
Copy link to clipboard
Copied
There is no exhaustive listing - there are many thousands of IIDs and a large share is used for notifications. There are also many more notification technologies beyond observers. Describe in UI terms what change you specifically want to observe, and also for what purpose (interfere with it, show it in a panel, trigger own change …).