htmllielement

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: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlLIElement

type HtmlLIElement struct {
	htmlelement.HtmlElement
}

HtmlLIElement struct

func New

func NewFromElement

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

func NewFromJSObject

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

func (HtmlLIElement) HtmlLIElement_

func (h HtmlLIElement) HtmlLIElement_() HtmlLIElement

func (HtmlLIElement) SetValue

func (h HtmlLIElement) SetValue(value int) error

func (HtmlLIElement) Value

func (h HtmlLIElement) Value() (int, error)

type HtmlLIElementFrom

type HtmlLIElementFrom interface {
	HtmlLIElement_() HtmlLIElement
}

Jump to

Keyboard shortcuts

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