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