@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ClipboardItemOptions")
public interface ClipboardItemOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClipboardItemOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClipboardItemOptions.Builder |
create() |
java.lang.String |
presentationStyle() |
void |
setPresentationStyle(java.lang.String presentationStyle) |
@JsOverlay @Nonnull static ClipboardItemOptions.Builder create()
@JsProperty(name="presentationStyle") @PresentationStyle java.lang.String presentationStyle()
@JsProperty void setPresentationStyle(@PresentationStyle @Nonnull java.lang.String presentationStyle)