presentationStyle property

PresentationStyle get presentationStyle

The read-only presentationStyle property of the ClipboardItem interface returns a string indicating how an item should be presented.

For example, in some contexts an image might be displayed inline, while in others it might be represented as an attachment.

Implementation

external PresentationStyle get presentationStyle;