Where do I find a proper documentation of functions?

Hey,
I am quite new to grafana developement and are currently working on a panel plugin.
This tutorial helped me a lot so far: Build a panel plugin | Grafana Labs

But now I want to add things like a slider to the options menu and I cant find any useful documentation for the functions.
I found this docu

but I dont know what to do with these signatures. I want to know how I can set the min/max of the slider and so on.

Do you guys can tell me where I can find those information?

Thank you in advance

There is Storybook (visual documentation for React components) for the components and here is the slider: Storybook

But not sure if that is exactly what you are looking for?

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.