htmlembedelement

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 HTMLEmbedElement")
	ErrNotAnHtmlEmbedElement = errors.New("Object is not an HTMLEmbedElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlEmbedElement

type HtmlEmbedElement struct {
	htmlelement.HtmlElement
}

HtmlEmbedElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlEmbedElement) Height

func (h HtmlEmbedElement) Height() (string, error)

func (HtmlEmbedElement) HtmlEmbedElement_

func (h HtmlEmbedElement) HtmlEmbedElement_() HtmlEmbedElement

func (HtmlEmbedElement) SetHeight

func (h HtmlEmbedElement) SetHeight(value string) error

func (HtmlEmbedElement) SetSrc

func (h HtmlEmbedElement) SetSrc(value string) error

func (HtmlEmbedElement) SetType

func (h HtmlEmbedElement) SetType(value string) error

func (HtmlEmbedElement) SetWidth

func (h HtmlEmbedElement) SetWidth(value string) error

func (HtmlEmbedElement) Src

func (h HtmlEmbedElement) Src() (string, error)

func (HtmlEmbedElement) Type

func (h HtmlEmbedElement) Type() (string, error)

func (HtmlEmbedElement) Width

func (h HtmlEmbedElement) Width() (string, error)

type HtmlEmbedElementFrom

type HtmlEmbedElementFrom interface {
	HtmlEmbedElement_() HtmlEmbedElement
}

Jump to

Keyboard shortcuts

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