{#if !lightMode}
{displayInfo.property.default ? JSON.stringify(displayInfo.property.default) : ''}
{displayInfo.property.description ?? ''}
{/if}
{#if depth === 0} {#if displayInfo.index > 0}
changePosition(displayInfo.index, true)} class="text-lg mr-2 {isAnimated ? 'invisible' : ''}" > ↑
{/if} {#if displayInfo.index < displayInfo.propertiesNumber - 1}
changePosition(displayInfo.index, false)} class="text-lg mr-2 {isAnimated ? 'invisible' : ''}">↓
{/if}
startEditArgument(displayInfo.name)} iconOnly={lightMode} > Edit
{/if}
handleDeleteArgument(getArgPath(displayInfo))} iconOnly={lightMode} > Delete