HeaderSearch

Reactive values

active: {active}

value: {value}

selectedResultIndex: {selectedResultIndex}

Events

Click the button and search for something. Dispatched events are logged below:

{#each events as { type, ...rest }}
on:{type}
{#if Object.keys(rest).length > 0}
{JSON.stringify(rest, null, 2)}
{/if}
{/each}