ImageResolution
Array.<FileType>
ImageFieldName
ImageField
ImageField
ImageField
ImageResolution
Get 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
ImageFieldName
Get the NameParam
Kind: Instance method of ImageField
Returns: ImageFieldName
- the KEY_NAME value
ImageField
Set 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. |
ImageField
Set 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} |