ImageResolutionArray.<FileType>ImageFieldNameImageFieldImageFieldImageFieldImageResolutionGet the ImageResolution
Kind: Instance method of ImageField
Returns: ImageResolution - the KEY_IMAGE_RESOLUTION value
Array.<FileType>Get the ImageTypeSupported
Kind: Instance method of ImageField
Returns: Array.<FileType> - the KEY_IMAGE_TYPE_SUPPORTED value
ImageFieldNameGet the NameParam
Kind: Instance method of ImageField
Returns: ImageFieldName - the KEY_NAME value
ImageFieldSet the ImageResolution
Kind: Instance method of ImageField
Returns: ImageField - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| resolution | ImageResolution |
The image resolution of this field. - The desired ImageResolution. |
ImageFieldSet the ImageTypeSupported
Kind: Instance method of ImageField
Returns: ImageField - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| supported | Array.<FileType> |
The image types that are supported in this field. See FileType. - The desired ImageTypeSupported. {'array_min_size': 1, 'array_max_size': 100} |