| Attributes |
| Name | Required | Request-time | Type | Description |
| draggableImage | false | true | java.lang.String | Deprecated as of 7.4.0, replaced by the attribute imageCropDirection. |
| fileEntryId | true | true | java.lang.String | The ID of a previously selected file entry. |
| imageCropDirection | false | true | java.lang.String | The direction of the image drag to crop it. Possible values are both, horizontal, none, or vertical. |
| itemSelectorEventName | true | true | java.lang.String | The name of the event that the item selector dialog throws, in order to allow the image selector tag capture and show the selected image. |
| itemSelectorURL | true | true | java.lang.String | The URL of the selection dialog to be shown on the user clicking the select button. |
| maxFileSize | false | true | java.lang.String | The maximum file size that the backend can handle. |
| paramName | false | true | java.lang.String | A prefix to the parameters to be sent to the server. |
| uploadURL | true | true | java.lang.String | The target URL for the new files that are uploaded. |
| validExtensions | false | true | java.lang.String | A list of valid extensions that the server can handle. |