Skip to main content

Hi, new Monday app dev here. My app is hosted via Custom URL and I’m curious how I can find out what the current UX theme is for the user? My app supports themes but I need to somehow query the API (user preferences maybe? still learning/reading the docs) or possibly tap into some JS events from the parent frame/host?


Thanks

Listen to the context. The theme is in there.


monday.listen(“context”,…)


Ok thanks I’ll try that. I don’t see any docs for “context” but I’ll keep looking. I also searched API Docs for ‘theme’ and no results. I’ll figure it out, thanks


Hello there @deepdev !


You can check out this article about what David mentioned 😀


You can also get the context proactively.


I hope that helps!


Cheers,

Matias


Ok that helps! Thanks for the links!


Reply