ImageProps interface

All properties in ImageProps are optional and have default values in the platform

Extends

MediaProps

Properties

enableFilter

Optional; indicate if image filtering mode is enabled on the selected image Default value is false

imageOutputFormats

Optional; Lets the developer specify the image output formats, more than one can be specified. Default value is Image.

ink

Optional; indicate if inking on the selected Image is allowed or not Default value is true

textSticker

Optional; indicate if putting text stickers on the selected Image is allowed or not Default value is true

Property Details

enableFilter

Optional; indicate if image filtering mode is enabled on the selected image Default value is false

enableFilter?: boolean

Property Value

boolean

imageOutputFormats

Optional; Lets the developer specify the image output formats, more than one can be specified. Default value is Image.

imageOutputFormats?: ImageOutputFormats[]

Property Value

ink

Optional; indicate if inking on the selected Image is allowed or not Default value is true

ink?: boolean

Property Value

boolean

textSticker

Optional; indicate if putting text stickers on the selected Image is allowed or not Default value is true

textSticker?: boolean

Property Value

boolean