Class TJSGlassPane
Hierarchy
- SvelteComponent<TJSGlassPane.Props, TJSGlassPane.Events, TJSGlassPane.Slots>
- TJSGlassPane (View Summary)
Indexable
-
[prop: string]: any
Constructors
constructor
-
Parameters
- options: ComponentConstructorOptions<TJSGlassPane.Props>
Returns TJSGlassPane
Methods
$destroy
-
Returns void
$on
-
Type Parameters
- K extends string
Parameters
- type: K
- callback: (e: TJSGlassPane.Events[K]) => void
Returns () => void