htmlprogresselement

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: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlProgressElement

type HtmlProgressElement struct {
	htmlelement.HtmlElement
}

HtmlProgressElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlProgressElement) HtmlProgressElement_

func (h HtmlProgressElement) HtmlProgressElement_() HtmlProgressElement

func (HtmlProgressElement) Labels

func (HtmlProgressElement) Max

func (h HtmlProgressElement) Max() (float64, error)

func (HtmlProgressElement) Position

func (h HtmlProgressElement) Position() (float64, error)

func (HtmlProgressElement) SetMax

func (h HtmlProgressElement) SetMax(value float64) error

func (HtmlProgressElement) SetValue

func (h HtmlProgressElement) SetValue(value float64) error

func (HtmlProgressElement) Value

func (h HtmlProgressElement) Value() (float64, error)

type HtmlProgressElementFrom

type HtmlProgressElementFrom interface {
	HtmlProgressElement_() HtmlProgressElement
}

Jump to

Keyboard shortcuts

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