Documentation
¶
Index ¶
- Variables
- func GetInterface() js.Value
- type DOMRect
- func (d DOMRect) DOMRect() DOMRect
- func (d DOMRect) SetBottom(value float64) 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 ¶
func GetInterface ¶
GetJSInterface get teh JS interface of broadcast channel
Types ¶
type DOMRectFrom ¶
type DOMRectFrom interface {
DOMRect() DOMRect
}
Click to show internal directories.
Click to hide internal directories.