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