data class FontsUpdatedEvent : CSSEvent
Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font
<init> |
Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font FontsUpdatedEvent(font: FontFace? = null) |
font |
The web font that has loaded. val font: FontFace? |