htmltablerowelement

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

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlTableRowElement

type HtmlTableRowElement struct {
	htmlelement.HtmlElement
}

HtmlTableRowElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlTableRowElement) Cells

func (HtmlTableRowElement) DeleteCell

func (h HtmlTableRowElement) DeleteCell(index int) error

func (HtmlTableRowElement) HtmlTableRowElement_

func (h HtmlTableRowElement) HtmlTableRowElement_() HtmlTableRowElement

func (HtmlTableRowElement) InsertCell

func (HtmlTableRowElement) RowIndex

func (h HtmlTableRowElement) RowIndex() (int, error)

func (HtmlTableRowElement) SectionRowIndex

func (h HtmlTableRowElement) SectionRowIndex() (int, error)

type HtmlTableRowElementFrom

type HtmlTableRowElementFrom interface {
	HtmlTableRowElement_() HtmlTableRowElement
}

Jump to

Keyboard shortcuts

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