Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented HtmlHrElement") ErrNotAnHtmlHrElement = errors.New("Object is not an HtmlHrElement") )
Functions ¶
func GetInterface ¶
Types ¶
type HtmlHrElement ¶
type HtmlHrElement struct {
htmlelement.HtmlElement
}
HtmlHrElement struct
func NewFromElement ¶
func NewFromElement(elem element.Element) (HtmlHrElement, error)
func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (HtmlHrElement, error)
func (HtmlHrElement) HtmlHrElement_ ¶
func (h HtmlHrElement) HtmlHrElement_() HtmlHrElement
type HtmlHrElementFrom ¶
type HtmlHrElementFrom interface {
HtmlHrElement_() HtmlHrElement
}
Click to show internal directories.
Click to hide internal directories.