Typescript Library Declarations (Web Worker)
Interface FontFaceSetLoadEventInit
interface
FontFaceSetLoadEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
fontfaces
?:
FontFace
[]
;
}
Hierarchy
EventInit
FontFaceSetLoadEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
fontfaces?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
fontfaces
fontfaces
?:
FontFace
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
fontfaces
Typescript Library Declarations (Web Worker)