{path}

Extra Permissions ({acls?.length ?? 0})   Items already have default permissions. If belonging to an user or group, that group or user owns it and can write to it as well as modify its permisions and move it. Folders have read/write that apply to the whole folder and are additive to the items permissions.

{#if !own} Since you do not own this item, you cannot modify its permission {/if}
{#if own}
(owner = '')}>
{#key ownerKind} {/key}
{/if} owner {#each acls as [owner, write]} {owner} {#if own}
{ const role = e.detail if (role == 'writer') { await addAcl(owner, true) } else { await addAcl(owner, false) } loadAcls() }} >
{:else}{write}{/if} {#if own} {/if} {/each}