htmltitleelement

package
v0.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2021 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 HTMLTitleElement")
	ErrNotAnHTMLTitleElement = errors.New("Object is not an HTMLTitleElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlTitleElement

type HtmlTitleElement struct {
	htmlelement.HtmlElement
}

HtmlTemplatelement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlTitleElement) HtmlTitleElement

func (h HtmlTitleElement) HtmlTitleElement() HtmlTitleElement

func (HtmlTitleElement) SetText

func (h HtmlTitleElement) SetText(value string) error

func (HtmlTitleElement) Text

func (h HtmlTitleElement) Text() (string, error)

type HtmlTitleElementFrom

type HtmlTitleElementFrom interface {
	HtmlTitleElement() HtmlTitleElement
}

Jump to

Keyboard shortcuts

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