htmltablecolelement

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: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlTableColElement

type HtmlTableColElement struct {
	htmlelement.HtmlElement
}

HtmlTableColElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlTableColElement) HtmlTableColElement_

func (h HtmlTableColElement) HtmlTableColElement_() HtmlTableColElement

func (HtmlTableColElement) SetSpan

func (h HtmlTableColElement) SetSpan(value int) error

func (HtmlTableColElement) Span

func (h HtmlTableColElement) Span() (int, error)

type HtmlTableColElementFrom

type HtmlTableColElementFrom interface {
	HtmlTableColElement_() HtmlTableColElement
}

Jump to

Keyboard shortcuts

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