css

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSSStyleDeclaration

type CSSStyleDeclaration struct {
	Value js.Value
}

func (CSSStyleDeclaration) Background

func (decl CSSStyleDeclaration) Background() string

func (CSSStyleDeclaration) BackgroundAttachment

func (decl CSSStyleDeclaration) BackgroundAttachment() string

func (CSSStyleDeclaration) BackgroundColor

func (decl CSSStyleDeclaration) BackgroundColor() string

func (CSSStyleDeclaration) BackgroundImage

func (decl CSSStyleDeclaration) BackgroundImage() string

func (CSSStyleDeclaration) BackgroundPosition

func (decl CSSStyleDeclaration) BackgroundPosition() string

func (CSSStyleDeclaration) BackgroundRepeat

func (decl CSSStyleDeclaration) BackgroundRepeat() string

func (CSSStyleDeclaration) Border

func (decl CSSStyleDeclaration) Border() string

func (CSSStyleDeclaration) BorderBottom

func (decl CSSStyleDeclaration) BorderBottom() string

func (CSSStyleDeclaration) BorderBottomColor

func (decl CSSStyleDeclaration) BorderBottomColor() string

func (CSSStyleDeclaration) BorderBottomStyle

func (decl CSSStyleDeclaration) BorderBottomStyle() string

func (CSSStyleDeclaration) BorderBottomWidth

func (decl CSSStyleDeclaration) BorderBottomWidth() string

func (CSSStyleDeclaration) BorderColor

func (decl CSSStyleDeclaration) BorderColor() string

func (CSSStyleDeclaration) BorderLeft

func (decl CSSStyleDeclaration) BorderLeft() string

func (CSSStyleDeclaration) BorderLeftColor

func (decl CSSStyleDeclaration) BorderLeftColor() string

func (CSSStyleDeclaration) BorderLeftStyle

func (decl CSSStyleDeclaration) BorderLeftStyle() string

func (CSSStyleDeclaration) BorderLeftWidth

func (decl CSSStyleDeclaration) BorderLeftWidth() string

func (CSSStyleDeclaration) BorderRight

func (decl CSSStyleDeclaration) BorderRight() string

func (CSSStyleDeclaration) BorderRightColor

func (decl CSSStyleDeclaration) BorderRightColor() string

func (CSSStyleDeclaration) BorderRightStyle

func (decl CSSStyleDeclaration) BorderRightStyle() string

func (CSSStyleDeclaration) BorderRightWidth

func (decl CSSStyleDeclaration) BorderRightWidth() string

func (CSSStyleDeclaration) BorderStyle

func (decl CSSStyleDeclaration) BorderStyle() string

func (CSSStyleDeclaration) BorderTop

func (decl CSSStyleDeclaration) BorderTop() string

func (CSSStyleDeclaration) BorderTopColor

func (decl CSSStyleDeclaration) BorderTopColor() string

func (CSSStyleDeclaration) BorderTopStyle

func (decl CSSStyleDeclaration) BorderTopStyle() string

func (CSSStyleDeclaration) BorderTopWidth

func (decl CSSStyleDeclaration) BorderTopWidth() string

func (CSSStyleDeclaration) BorderWidth

func (decl CSSStyleDeclaration) BorderWidth() string

func (CSSStyleDeclaration) Clear

func (decl CSSStyleDeclaration) Clear() string

func (CSSStyleDeclaration) Clip

func (decl CSSStyleDeclaration) Clip() string

func (CSSStyleDeclaration) Color

func (decl CSSStyleDeclaration) Color() string

func (CSSStyleDeclaration) Cursor

func (decl CSSStyleDeclaration) Cursor() string

func (CSSStyleDeclaration) Display

func (decl CSSStyleDeclaration) Display() string

func (CSSStyleDeclaration) Filter

func (decl CSSStyleDeclaration) Filter() string

func (CSSStyleDeclaration) Float

func (decl CSSStyleDeclaration) Float() string

func (CSSStyleDeclaration) Font

func (decl CSSStyleDeclaration) Font() string

func (CSSStyleDeclaration) FontFamily

func (decl CSSStyleDeclaration) FontFamily() string

func (CSSStyleDeclaration) FontSize

func (decl CSSStyleDeclaration) FontSize() string

func (CSSStyleDeclaration) FontVariant

func (decl CSSStyleDeclaration) FontVariant() string

func (CSSStyleDeclaration) FontWeight

func (decl CSSStyleDeclaration) FontWeight() string

func (CSSStyleDeclaration) Get

func (decl CSSStyleDeclaration) Get(name string) string

func (CSSStyleDeclaration) Height

func (decl CSSStyleDeclaration) Height() string

func (CSSStyleDeclaration) Important

func (decl CSSStyleDeclaration) Important(name string) bool

func (CSSStyleDeclaration) Left

func (decl CSSStyleDeclaration) Left() string

func (CSSStyleDeclaration) Len

func (decl CSSStyleDeclaration) Len() int

func (CSSStyleDeclaration) LetterSpacing

func (decl CSSStyleDeclaration) LetterSpacing() string

func (CSSStyleDeclaration) LineHeight

func (decl CSSStyleDeclaration) LineHeight() string

func (CSSStyleDeclaration) ListStyle

func (decl CSSStyleDeclaration) ListStyle() string

func (CSSStyleDeclaration) ListStyleImage

func (decl CSSStyleDeclaration) ListStyleImage() string

func (CSSStyleDeclaration) ListStylePosition

func (decl CSSStyleDeclaration) ListStylePosition() string

func (CSSStyleDeclaration) ListStyleType

func (decl CSSStyleDeclaration) ListStyleType() string

func (CSSStyleDeclaration) Margin

func (decl CSSStyleDeclaration) Margin() string

func (CSSStyleDeclaration) MarginBottom

func (decl CSSStyleDeclaration) MarginBottom() string

func (CSSStyleDeclaration) MarginLeft

func (decl CSSStyleDeclaration) MarginLeft() string

func (CSSStyleDeclaration) MarginRight

func (decl CSSStyleDeclaration) MarginRight() string

func (CSSStyleDeclaration) MarginTop

func (decl CSSStyleDeclaration) MarginTop() string

func (CSSStyleDeclaration) Names

func (decl CSSStyleDeclaration) Names() []string

func (CSSStyleDeclaration) Overflow

func (decl CSSStyleDeclaration) Overflow() string

func (CSSStyleDeclaration) Padding

func (decl CSSStyleDeclaration) Padding() string

func (CSSStyleDeclaration) PaddingBottom

func (decl CSSStyleDeclaration) PaddingBottom() string

func (CSSStyleDeclaration) PaddingLeft

func (decl CSSStyleDeclaration) PaddingLeft() string

func (CSSStyleDeclaration) PaddingRight

func (decl CSSStyleDeclaration) PaddingRight() string

func (CSSStyleDeclaration) PaddingTop

func (decl CSSStyleDeclaration) PaddingTop() string

func (CSSStyleDeclaration) PageBreakAfter

func (decl CSSStyleDeclaration) PageBreakAfter() string

func (CSSStyleDeclaration) PageBreakBefore

func (decl CSSStyleDeclaration) PageBreakBefore() string

func (CSSStyleDeclaration) Position

func (decl CSSStyleDeclaration) Position() string

func (CSSStyleDeclaration) Remove

func (decl CSSStyleDeclaration) Remove(name string)

func (CSSStyleDeclaration) Set

func (decl CSSStyleDeclaration) Set(name, value string, important bool)

func (CSSStyleDeclaration) SetBackground

func (decl CSSStyleDeclaration) SetBackground(value string, important bool)

func (CSSStyleDeclaration) SetBackgroundAttachment

func (decl CSSStyleDeclaration) SetBackgroundAttachment(value string, important bool)

func (CSSStyleDeclaration) SetBackgroundColor

func (decl CSSStyleDeclaration) SetBackgroundColor(value string, important bool)

func (CSSStyleDeclaration) SetBackgroundImage

func (decl CSSStyleDeclaration) SetBackgroundImage(value string, important bool)

func (CSSStyleDeclaration) SetBackgroundPosition

func (decl CSSStyleDeclaration) SetBackgroundPosition(value string, important bool)

func (CSSStyleDeclaration) SetBackgroundRepeat

func (decl CSSStyleDeclaration) SetBackgroundRepeat(value string, important bool)

func (CSSStyleDeclaration) SetBorder

func (decl CSSStyleDeclaration) SetBorder(value string, important bool)

func (CSSStyleDeclaration) SetBorderBottom

func (decl CSSStyleDeclaration) SetBorderBottom(value string, important bool)

func (CSSStyleDeclaration) SetBorderBottomColor

func (decl CSSStyleDeclaration) SetBorderBottomColor(value string, important bool)

func (CSSStyleDeclaration) SetBorderBottomStyle

func (decl CSSStyleDeclaration) SetBorderBottomStyle(value string, important bool)

func (CSSStyleDeclaration) SetBorderBottomWidth

func (decl CSSStyleDeclaration) SetBorderBottomWidth(value string, important bool)

func (CSSStyleDeclaration) SetBorderColor

func (decl CSSStyleDeclaration) SetBorderColor(value string, important bool)

func (CSSStyleDeclaration) SetBorderLeft

func (decl CSSStyleDeclaration) SetBorderLeft(value string, important bool)

func (CSSStyleDeclaration) SetBorderLeftColor

func (decl CSSStyleDeclaration) SetBorderLeftColor(value string, important bool)

func (CSSStyleDeclaration) SetBorderLeftStyle

func (decl CSSStyleDeclaration) SetBorderLeftStyle(value string, important bool)

func (CSSStyleDeclaration) SetBorderLeftWidth

func (decl CSSStyleDeclaration) SetBorderLeftWidth(value string, important bool)

func (CSSStyleDeclaration) SetBorderRight

func (decl CSSStyleDeclaration) SetBorderRight(value string, important bool)

func (CSSStyleDeclaration) SetBorderRightColor

func (decl CSSStyleDeclaration) SetBorderRightColor(value string, important bool)

func (CSSStyleDeclaration) SetBorderRightStyle

func (decl CSSStyleDeclaration) SetBorderRightStyle(value string, important bool)

func (CSSStyleDeclaration) SetBorderRightWidth

func (decl CSSStyleDeclaration) SetBorderRightWidth(value string, important bool)

func (CSSStyleDeclaration) SetBorderStyle

func (decl CSSStyleDeclaration) SetBorderStyle(value string, important bool)

func (CSSStyleDeclaration) SetBorderTop

func (decl CSSStyleDeclaration) SetBorderTop(value string, important bool)

func (CSSStyleDeclaration) SetBorderTopColor

func (decl CSSStyleDeclaration) SetBorderTopColor(value string, important bool)

func (CSSStyleDeclaration) SetBorderTopStyle

func (decl CSSStyleDeclaration) SetBorderTopStyle(value string, important bool)

func (CSSStyleDeclaration) SetBorderTopWidth

func (decl CSSStyleDeclaration) SetBorderTopWidth(value string, important bool)

func (CSSStyleDeclaration) SetBorderWidth

func (decl CSSStyleDeclaration) SetBorderWidth(value string, important bool)

func (CSSStyleDeclaration) SetClear

func (decl CSSStyleDeclaration) SetClear(value string, important bool)

func (CSSStyleDeclaration) SetClip

func (decl CSSStyleDeclaration) SetClip(value string, important bool)

func (CSSStyleDeclaration) SetColor

func (decl CSSStyleDeclaration) SetColor(value string, important bool)

func (CSSStyleDeclaration) SetCursor

func (decl CSSStyleDeclaration) SetCursor(value string, important bool)

func (CSSStyleDeclaration) SetDisplay

func (decl CSSStyleDeclaration) SetDisplay(value string, important bool)

func (CSSStyleDeclaration) SetFilter

func (decl CSSStyleDeclaration) SetFilter(value string, important bool)

func (CSSStyleDeclaration) SetFloat

func (decl CSSStyleDeclaration) SetFloat(value string, important bool)

func (CSSStyleDeclaration) SetFont

func (decl CSSStyleDeclaration) SetFont(value string, important bool)

func (CSSStyleDeclaration) SetFontFamily

func (decl CSSStyleDeclaration) SetFontFamily(value string, important bool)

func (CSSStyleDeclaration) SetFontSize

func (decl CSSStyleDeclaration) SetFontSize(value string, important bool)

func (CSSStyleDeclaration) SetFontVariant

func (decl CSSStyleDeclaration) SetFontVariant(value string, important bool)

func (CSSStyleDeclaration) SetFontWeight

func (decl CSSStyleDeclaration) SetFontWeight(value string, important bool)

func (CSSStyleDeclaration) SetHeight

func (decl CSSStyleDeclaration) SetHeight(value string, important bool)

func (CSSStyleDeclaration) SetLeft

func (decl CSSStyleDeclaration) SetLeft(value string, important bool)

func (CSSStyleDeclaration) SetLetterSpacing

func (decl CSSStyleDeclaration) SetLetterSpacing(value string, important bool)

func (CSSStyleDeclaration) SetLineHeight

func (decl CSSStyleDeclaration) SetLineHeight(value string, important bool)

func (CSSStyleDeclaration) SetListStyle

func (decl CSSStyleDeclaration) SetListStyle(value string, important bool)

func (CSSStyleDeclaration) SetListStyleImage

func (decl CSSStyleDeclaration) SetListStyleImage(value string, important bool)

func (CSSStyleDeclaration) SetListStylePosition

func (decl CSSStyleDeclaration) SetListStylePosition(value string, important bool)

func (CSSStyleDeclaration) SetListStyleType

func (decl CSSStyleDeclaration) SetListStyleType(value string, important bool)

func (CSSStyleDeclaration) SetMargin

func (decl CSSStyleDeclaration) SetMargin(value string, important bool)

func (CSSStyleDeclaration) SetMarginBottom

func (decl CSSStyleDeclaration) SetMarginBottom(value string, important bool)

func (CSSStyleDeclaration) SetMarginLeft

func (decl CSSStyleDeclaration) SetMarginLeft(value string, important bool)

func (CSSStyleDeclaration) SetMarginRight

func (decl CSSStyleDeclaration) SetMarginRight(value string, important bool)

func (CSSStyleDeclaration) SetMarginTop

func (decl CSSStyleDeclaration) SetMarginTop(value string, important bool)

func (CSSStyleDeclaration) SetOverflow

func (decl CSSStyleDeclaration) SetOverflow(value string, important bool)

func (CSSStyleDeclaration) SetPadding

func (decl CSSStyleDeclaration) SetPadding(value string, important bool)

func (CSSStyleDeclaration) SetPaddingBottom

func (decl CSSStyleDeclaration) SetPaddingBottom(value string, important bool)

func (CSSStyleDeclaration) SetPaddingLeft

func (decl CSSStyleDeclaration) SetPaddingLeft(value string, important bool)

func (CSSStyleDeclaration) SetPaddingRight

func (decl CSSStyleDeclaration) SetPaddingRight(value string, important bool)

func (CSSStyleDeclaration) SetPaddingTop

func (decl CSSStyleDeclaration) SetPaddingTop(value string, important bool)

func (CSSStyleDeclaration) SetPageBreakAfter

func (decl CSSStyleDeclaration) SetPageBreakAfter(value string, important bool)

func (CSSStyleDeclaration) SetPageBreakBefore

func (decl CSSStyleDeclaration) SetPageBreakBefore(value string, important bool)

func (CSSStyleDeclaration) SetPosition

func (decl CSSStyleDeclaration) SetPosition(value string, important bool)

func (CSSStyleDeclaration) SetStrokeDasharray

func (decl CSSStyleDeclaration) SetStrokeDasharray(value string, important bool)

func (CSSStyleDeclaration) SetStrokeDashoffset

func (decl CSSStyleDeclaration) SetStrokeDashoffset(value string, important bool)

func (CSSStyleDeclaration) SetStrokeWidth

func (decl CSSStyleDeclaration) SetStrokeWidth(value string, important bool)

func (CSSStyleDeclaration) SetTextAlign

func (decl CSSStyleDeclaration) SetTextAlign(value string, important bool)

func (CSSStyleDeclaration) SetTextDecoration

func (decl CSSStyleDeclaration) SetTextDecoration(value string, important bool)

func (CSSStyleDeclaration) SetTextIndent

func (decl CSSStyleDeclaration) SetTextIndent(value string, important bool)

func (CSSStyleDeclaration) SetTextTransform

func (decl CSSStyleDeclaration) SetTextTransform(value string, important bool)

func (CSSStyleDeclaration) SetTop

func (decl CSSStyleDeclaration) SetTop(value string, important bool)

func (CSSStyleDeclaration) SetVerticalAlign

func (decl CSSStyleDeclaration) SetVerticalAlign(value string, important bool)

func (CSSStyleDeclaration) SetVisibility

func (decl CSSStyleDeclaration) SetVisibility(value string, important bool)

func (CSSStyleDeclaration) SetWidth

func (decl CSSStyleDeclaration) SetWidth(value string, important bool)

func (CSSStyleDeclaration) SetZIndex

func (decl CSSStyleDeclaration) SetZIndex(value string, important bool)

func (CSSStyleDeclaration) StrokeDasharray

func (decl CSSStyleDeclaration) StrokeDasharray() string

func (CSSStyleDeclaration) StrokeDashoffset

func (decl CSSStyleDeclaration) StrokeDashoffset() string

func (CSSStyleDeclaration) StrokeWidth

func (decl CSSStyleDeclaration) StrokeWidth() string

func (CSSStyleDeclaration) TextAlign

func (decl CSSStyleDeclaration) TextAlign() string

func (CSSStyleDeclaration) TextDecoration

func (decl CSSStyleDeclaration) TextDecoration() string

func (CSSStyleDeclaration) TextIndent

func (decl CSSStyleDeclaration) TextIndent() string

func (CSSStyleDeclaration) TextTransform

func (decl CSSStyleDeclaration) TextTransform() string

func (CSSStyleDeclaration) Top

func (decl CSSStyleDeclaration) Top() string

func (CSSStyleDeclaration) VerticalAlign

func (decl CSSStyleDeclaration) VerticalAlign() string

func (CSSStyleDeclaration) Visibility

func (decl CSSStyleDeclaration) Visibility() string

func (CSSStyleDeclaration) Width

func (decl CSSStyleDeclaration) Width() string

func (CSSStyleDeclaration) ZIndex

func (decl CSSStyleDeclaration) ZIndex() string

Jump to

Keyboard shortcuts

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