clipboardevent

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented   = errors.New("Browser not implemented ClipboardEvent")
	ErrNotAnCustomEvent = errors.New("Object is not a ClipboardEvent")
)

Functions

func GetInterface

func GetInterface() js.Value

GetInterface get the JS interface of ClipboardEvent

Types

type ClipboardEvent

type ClipboardEvent struct {
	event.Event
}

ClipboardEvent ClipboardEvent struct

func New

New Create a ClipboardEvent

func NewFromJSObject

func NewFromJSObject(obj js.Value) (ClipboardEvent, error)

func (ClipboardEvent) ClipboardData

func (c ClipboardEvent) ClipboardData() (datatransfer.DataTransfer, error)

func (ClipboardEvent) ClipboardEvent_

func (c ClipboardEvent) ClipboardEvent_() ClipboardEvent

type ClipboardEventFrom

type ClipboardEventFrom interface {
	ClipboardEvent_() ClipboardEvent
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL