You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often build web parts that read from the current page properties. It would be nice to be able to hook into a page service and subscribe to field update events so we can re-render our web parts when fields/properties are updated.
I can see the out-of-the-box page properties web part doing this using a page service of some kind, but I can't find any documentation so it looks like these are internal methods not for public use.
If there's an existing way to do this, is there documentation anywhere describing how to subscribe a web part to a page field update? If not, is there any plan to expose a page service we could eventually use in our web parts to detect when the current page has been updated?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
We often build web parts that read from the current page properties. It would be nice to be able to hook into a page service and subscribe to field update events so we can re-render our web parts when fields/properties are updated.
I can see the out-of-the-box page properties web part doing this using a page service of some kind, but I can't find any documentation so it looks like these are internal methods not for public use.
If there's an existing way to do this, is there documentation anywhere describing how to subscribe a web part to a page field update? If not, is there any plan to expose a page service we could eventually use in our web parts to detect when the current page has been updated?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions