@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ClipboardPermissionDescriptor")
public interface ClipboardPermissionDescriptor
extends PermissionDescriptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClipboardPermissionDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowWithoutGesture() |
static ClipboardPermissionDescriptor.Builder |
create(java.lang.String name) |
void |
setAllowWithoutGesture(boolean allowWithoutGesture) |
name, setName@JsOverlay @Nonnull static ClipboardPermissionDescriptor.Builder create(@PermissionName @Nonnull java.lang.String name)
create in interface PermissionDescriptor@JsProperty(name="allowWithoutGesture") boolean allowWithoutGesture()
@JsProperty void setAllowWithoutGesture(boolean allowWithoutGesture)