stylesheet

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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

func GetInterface() js.Value

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) OwnerNode

func (s StyleSheet) OwnerNode() (node.Node, 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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL