Interface FontFaceSetLoadEventInit
interface FontFaceSetLoadEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
fontfaces?: FontFace[];
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
fontfaces?: FontFace[];
}
Hierarchy (View Summary)
- EventInit
- FontFaceSetLoadEventInit
Index
Properties
Was this helpful?