I have some custom javascript that I’ve written. It’s not for a custom card - it just applies some tweaks to cards in general (yes, I’m aware of card-mod). Can my module know about the lifecycle of all cards? E.g. is there some onPanelReady event I can hook into? I’m trying to find and modify things across the cards but they’re not always ready. Additionally, it only fires on load and not when the panel/dashboard is re-opened which I’d also like.
Thanks!