Class SvelteComponent_1<Props, Events>
Type Parameters
Hierarchy
- SvelteComponent_1 (view full)
Index
Constructors
Methods
Constructors
constructor
- new
Svelte <Props, Events>(): SvelteComponent_1<Props, Events>Component_ 1 Type Parameters
Returns SvelteComponent_1<Props, Events>
Methods
$destroy
$on
- $on<K>(type, callback): (() => void)
Type Parameters
Returns (() => void)
- (): void
Returns void
Base class for Svelte components. Used when dev=false.