htmlbodyelement

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented       = errors.New("Browser not implemented HtmlBodyElement")
	ErrNotAnHtmlBodyElement = errors.New("Object is not an HtmlBodyElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlBodyElement

type HtmlBodyElement struct {
	htmlelement.HtmlElement
}

HtmlBodyElement struct

func NewFromElement

func NewFromElement(elem element.Element) (HtmlBodyElement, error)

func NewFromJSObject

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

func (HtmlBodyElement) HtmlBodyElement_

func (h HtmlBodyElement) HtmlBodyElement_() HtmlBodyElement

func (HtmlBodyElement) OnAfterPrint

func (h HtmlBodyElement) OnAfterPrint(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnBeforePrint

func (h HtmlBodyElement) OnBeforePrint(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnBeforeUnload

func (h HtmlBodyElement) OnBeforeUnload(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnHashChange

func (h HtmlBodyElement) OnHashChange(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnMessage

func (h HtmlBodyElement) OnMessage(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnMessageError

func (h HtmlBodyElement) OnMessageError(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnOffline

func (h HtmlBodyElement) OnOffline(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnOnline

func (h HtmlBodyElement) OnOnline(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnPageHide

func (h HtmlBodyElement) OnPageHide(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnPageShow

func (h HtmlBodyElement) OnPageShow(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnPopState

func (h HtmlBodyElement) OnPopState(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnRejectionHandled

func (h HtmlBodyElement) OnRejectionHandled(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnResize

func (h HtmlBodyElement) OnResize(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnStorage

func (h HtmlBodyElement) OnStorage(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnUnhandledRejection

func (h HtmlBodyElement) OnUnhandledRejection(handler func(e event.Event)) (js.Func, error)

func (HtmlBodyElement) OnUnload

func (h HtmlBodyElement) OnUnload(handler func(e event.Event)) (js.Func, error)

type HtmlBodyElementFrom

type HtmlBodyElementFrom interface {
	HtmlBodyElement_() HtmlBodyElement
}

Jump to

Keyboard shortcuts

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