htmlstyleelement

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: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented        = errors.New("Browser not implemented HTMLStyleElement")
	ErrNotAnHTMLStyleElement = errors.New("Object is not an HTMLStyleElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlStyleElement

type HtmlStyleElement struct {
	htmlelement.HtmlElement
}

HtmlStyleElement struct

func NewFromElement

func NewFromElement(elem element.Element) (HtmlStyleElement, error)

func NewFromJSObject

func NewFromJSObject(obj js.Value) (HtmlStyleElement, error)

func (HtmlStyleElement) Disabled

func (h HtmlStyleElement) Disabled() (bool, error)

func (HtmlStyleElement) HtmlStyleElement_

func (h HtmlStyleElement) HtmlStyleElement_() HtmlStyleElement

func (HtmlStyleElement) Media

func (h HtmlStyleElement) Media() (string, error)

func (HtmlStyleElement) SetDisabled

func (h HtmlStyleElement) SetDisabled(value bool) error

func (HtmlStyleElement) SetMedia

func (h HtmlStyleElement) SetMedia(value string) error

func (HtmlStyleElement) SetType

func (h HtmlStyleElement) SetType(value string) error

func (HtmlStyleElement) Sheet

func (HtmlStyleElement) Type

func (h HtmlStyleElement) Type() (string, error)

type HtmlStyleElementFrom

type HtmlStyleElementFrom interface {
	HtmlStyleElement_() HtmlStyleElement
}

Jump to

Keyboard shortcuts

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