htmltablesectionelement

package
v1.0.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 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 HTMLTableSectionElement")
	ErrNotAnHTMLTableSectionElement = errors.New("Object is not an HTMLTableSectionElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlTableSectionElement

type HtmlTableSectionElement struct {
	htmlelement.HtmlElement
}

HtmlTableRowElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlTableSectionElement) DeleteRow

func (h HtmlTableSectionElement) DeleteRow(index int) error

func (HtmlTableSectionElement) HtmlTableSectionElement

func (h HtmlTableSectionElement) HtmlTableSectionElement() HtmlTableSectionElement

func (HtmlTableSectionElement) InsertRow

func (HtmlTableSectionElement) Rows

type HtmlTableSectionElementFrom

type HtmlTableSectionElementFrom interface {
	HtmlTableSectionElement() HtmlTableSectionElement
}

Jump to

Keyboard shortcuts

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