{$i18n.t('Actions')}
{$i18n.t('To select actions here, add them to the "Functions" workspace first.')}
{#if actions.length > 0}
{#each Object.keys(_actions) as action, actionIdx}
{ _actions[action].selected = e.detail === 'checked'; selectedActionIds = Object.keys(_actions).filter((t) => _actions[t].selected); }} />
{_actions[action].name}
{/each}
{/if}