Graph-Controls icon indicating copy to clipboard operation
Graph-Controls copied to clipboard

[Feature] GraphPresenter should listen for updates to properties

Open michael-hawker opened this issue 3 years ago • 2 comments

Describe the problem this feature would solve

Currently GraphPresenter only runs once on initialization. We should instead listen to updates of properties/requestbuilder/queryoptions, etc... in order to update more dynamically.

Additional context & Screenshots

A good test case would be to have one GraphPresenter showing a ComboBox of Team's Teams/Channels and then having that drive another GraphPresenter with the messages from that channel...

michael-hawker avatar Aug 11 '20 17:08 michael-hawker

Hello michael-hawker, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

ghost avatar Aug 11 '20 17:08 ghost

I think we could accomplish this with a refresh interval property. That is how the mgt-get component works, which is a fair analog to GraphPresenter.

It's called polling-rate: https://docs.microsoft.com/en-us/graph/toolkit/components/get

shweaver-MSFT avatar Aug 04 '21 17:08 shweaver-MSFT