ShareKit Demo
+ {#if receivedContent} +Received Content
+Type: {receivedContent.type}
+ {#if receivedContent.type === "text" && receivedContent.text} +Text: {receivedContent.text}
+ {:else if receivedContent.type === "files" && receivedContent.files} +Files:
+-
+ {#each receivedContent.files as file}
+
-
+ {#if isImage(file.mimeType)}
+
+ {/if} + {file.name} +
Path: {file.path} + {#if file.mimeType}
MIME: {file.mimeType}{/if} + {#if file.size}
Size: {file.size} bytes{/if} +
+ {/each}
+
Position Settings (iPad/macOS)
{fileStatus}
{/if} + +Log Output
+{logs || 'No activity yet...'}
+
+