| Class | Description |
|---|---|
| Base64ItemSelectorReturnType |
This return type should return the Base64 encoding of the entity as a string.
|
| FileEntryItemSelectorReturnType |
This return type should return the following information of a file entry as a
JSON object:
{
fileEntryId: The ID of the selected file entry
groupId: The group ID of the selected file entry
title: The title of the selected file entry
url: The URL of the selected FileEntry
uuid: The UUID of the selected file entry
}
|
| UploadableFileReturnType | Deprecated
As of 7.0.0, replaced by
FileEntryItemSelectorReturnType |
| URLItemSelectorReturnType |
This return type should return the URL of the entity as a string.
|
| UUIDItemSelectorReturnType |
This return type should return the Universally Unique Identifier (UUID) of
the entity as a string.
|