($visibleCommandPalette = false)}>
{ selectedPage = 'menu'; domInput.focus(); }} > Commands
{ selectedPage = 'database'; domInput.focus(); }} > Database
{#each filteredItems as command, index}
handleCommand(command)} bind:this={domItems[index]} >
{command.text}
{#if command.keyText}
{command.keyText}
{/if}
{/each}