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