makeEntry

abstract fun makeEntry(blob: BT, state: BlobCreateState? = null): ZkBlobFieldEntry<BT>

Creates ZkBlobFieldEntry to display the blob to the user. Used from onCreate to add existing entries and from onDrop to create a new entry when the user drops a file on the field.

Parameters

blob

The blob to create the entry for.

state

The state of blob upload when this is a newly created blob.