Documentation ¶
Index ¶
- Variables
- func GetInterface() js.Value
- type StyleSheet
- func (s StyleSheet) Disabled() (bool, error)
- func (s StyleSheet) Href() (string, error)
- func (s StyleSheet) OwnerNode() (node.Node, error)
- func (s StyleSheet) ParentStyleSheet() (StyleSheet, error)
- func (s StyleSheet) SetDisabled(value bool) error
- func (s StyleSheet) StyleSheet_() StyleSheet
- func (s StyleSheet) Title() (string, error)
- func (s StyleSheet) Type() (string, error)
- type StyleSheetFrom
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented StyleSheet") ErrNotAnStyleSheet = errors.New("Object is not a StyleSheet") )
Functions ¶
func GetInterface ¶
Types ¶
type StyleSheet ¶
type StyleSheet struct {
baseobject.BaseObject
}
StyleSheet struct
func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (StyleSheet, error)
func (StyleSheet) Disabled ¶
func (s StyleSheet) Disabled() (bool, error)
func (StyleSheet) Href ¶
func (s StyleSheet) Href() (string, error)
func (StyleSheet) ParentStyleSheet ¶
func (s StyleSheet) ParentStyleSheet() (StyleSheet, error)
func (StyleSheet) SetDisabled ¶
func (s StyleSheet) SetDisabled(value bool) error
func (StyleSheet) StyleSheet_ ¶
func (s StyleSheet) StyleSheet_() StyleSheet
func (StyleSheet) Title ¶
func (s StyleSheet) Title() (string, error)
func (StyleSheet) Type ¶
func (s StyleSheet) Type() (string, error)
type StyleSheetFrom ¶
type StyleSheetFrom interface {
StyleSheet_() StyleSheet
}
Click to show internal directories.
Click to hide internal directories.