9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
CssChangedEventData
interface CssChangedEventData extends ApplicationEventData {
  cssFile: string;
  cssText: string;
}
Event data containing information about application css change.

Summary

Properties

cssFile
cssText
4 properties inherited from ApplicationEventData
Click to expand

Properties