{#await searchPluginMethods({ trigger })}
{:then methods} {#each methods as method (method.key)} onClose(method)}>
{method.title} {#if method.uiHints.includes('filter')} {$t('plugin_method_filter_type')} {/if} {#if method.description} {method.description} {/if}
{/each}
{/await}