@notifee/react-native

@notifee/react-native / IOSAttachmentThumbnailClippingRect

Interface: IOSAttachmentThumbnailClippingRect

The interface used to specify the portion of your image that you want to be displayed as the thumbnail

Values are in the range 0.0 to 1.0.

For example, specifying an origin (x,y) of (0.25, 0.25) and a size (width, height) of (0.5, 0.5) defines a clipping rectangle that shows only the center portion of the image.

Platform

ios

Properties

height

height: number

width

width: number

x

x: number

y

y: number