{#if isUpdateDocCommand(value)} {@const updateCommand = toUpdateDocCommand(value)} {@const targetClass = hierarchy.getClass(updateCommand.targetClass)} {#each Object.keys(updateCommand.update) as attr} {@const attribute = hierarchy.getAttribute(updateCommand.targetClass, attr)}
{/each} {/if}