Live-changing Title
Is this possible to do with SvelteApp? To have an input change the title of the application live.
src/view/svelte-application/hello-foundry/HelloFoundryAppShell.svelteessential-svelte-esm0.2.0<script>
const { application } = getContext('#external');
const storeTitle = application.reactive.storeAppOptions.title;
</script>
<input type=text bind:value={$storeTitle}>