Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] GraphPresenter should listen for updates to properties #56

Open
michael-hawker opened this issue Aug 11, 2020 · 2 comments
Open

Comments

@michael-hawker
Copy link
Member

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...

@ghost ghost added the needs triage 🔍 label Aug 11, 2020
@ghost
Copy link

ghost commented Aug 11, 2020

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 🙌

@shweaver-MSFT
Copy link
Member

shweaver-MSFT commented Aug 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants