htmliframelement

package
v1.0.0-rc7 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlIFrameElement

type HtmlIFrameElement struct {
	htmlelement.HtmlElement
}

HtmlHeadingElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlIFrameElement) AllowPaymentRequest

func (h HtmlIFrameElement) AllowPaymentRequest() (bool, error)

func (HtmlIFrameElement) ContentDocument

func (h HtmlIFrameElement) ContentDocument() (document.Document, error)

func (HtmlIFrameElement) Height

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

func (HtmlIFrameElement) HtmlIFrameElement_

func (h HtmlIFrameElement) HtmlIFrameElement_() HtmlIFrameElement

func (HtmlIFrameElement) Name

func (h HtmlIFrameElement) Name() (string, error)

func (HtmlIFrameElement) SetAllowPaymentRequest

func (h HtmlIFrameElement) SetAllowPaymentRequest(value bool) error

func (HtmlIFrameElement) SetHeight

func (h HtmlIFrameElement) SetHeight(value string) error

func (HtmlIFrameElement) SetName

func (h HtmlIFrameElement) SetName(name string) error

func (HtmlIFrameElement) SetSrc

func (h HtmlIFrameElement) SetSrc(value string) error

func (HtmlIFrameElement) SetSrcdoc

func (h HtmlIFrameElement) SetSrcdoc(value string) error

func (HtmlIFrameElement) SetWidth

func (h HtmlIFrameElement) SetWidth(value string) error

func (HtmlIFrameElement) Src

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

func (HtmlIFrameElement) Srcdoc

func (h HtmlIFrameElement) Srcdoc() (string, error)

func (HtmlIFrameElement) Width

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

type HtmlIFrameElementFrom

type HtmlIFrameElementFrom interface {
	HtmlIFrameElement_() HtmlIFrameElement
}

Jump to

Keyboard shortcuts

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