Documentation ¶
Index ¶
- Variables
- func GetInterface() js.Value
- type DOMRect
- func (d DOMRect) DOMRect_() DOMRect
- func (d DOMRect) RectReadOnly() (domrectreadonly.DOMRectReadOnly, error)
- func (d DOMRect) SetHeight(value float64) error
- func (d DOMRect) SetLeft(value float64) error
- func (d DOMRect) SetRight(value float64) error
- func (d DOMRect) SetTop(value float64) error
- func (d DOMRect) SetWidth(value float64) error
- func (d DOMRect) SetX(value float64) error
- func (d DOMRect) SetY(value float64) error
- type DOMRectFrom
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotImplemented = errors.New("Browser not implemented DOMRect") ErrNotAnDOMRect = errors.New("The given value must be an DOMRect") )
Functions ¶
Types ¶
type DOMRect ¶
type DOMRect struct {
domrectreadonly.DOMRectReadOnly
}
DOMRectReadOnly struct
func (DOMRect) RectReadOnly ¶
func (d DOMRect) RectReadOnly() (domrectreadonly.DOMRectReadOnly, error)
type DOMRectFrom ¶
type DOMRectFrom interface {
DOMRect_() DOMRect
}
Click to show internal directories.
Click to hide internal directories.