Interface Svelte<Options>
interface Svelte<Options extends SvelteApp.Options> {
get applicationShell(): AppShell<Options>;
get appShell(): AppShell<Options>;
}
get applicationShell(): AppShell<Options>;
get appShell(): AppShell<Options>;
}
Type Parameters
Index
Accessors
Accessors
applicationShell
- get applicationShell(): AppShell<Options>
Returns mounted application shell Svelte component.
Returns AppShell<Options>
Any mounted application shell.
Deprecated
Use Svelte.appShell; since
0.2.0
removal in0.5.0
.
Provides a mechanism to retrieve and query mounted Svelte application shell.