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
Returns the mounted application shell Svelte component.
Returns AppShell<Options>
Any mounted application shell.
Deprecated
Use Svelte.appShell; since
0.2.0removal in0.5.0.
appShell
Returns the mounted application shell Svelte component.
Returns AppShell<Options>
Any mounted application shell.
Provides a mechanism to retrieve and query mounted Svelte application shell.