attr

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2023 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Overview

Code generated by cmd/generate; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttrPair

type AttrPair struct {
	Key   string
	Value any
}

type Attributes

type Attributes []AttrPair

func Accept

func Accept(value any) Attributes

func AcceptCharset

func AcceptCharset(value any) Attributes

func Accesskey

func Accesskey(value any) Attributes

func Action

func Action(value any) Attributes

func Align

func Align(value any) Attributes

func Allow

func Allow(value any) Attributes

func Alt

func Alt(value any) Attributes

func Async

func Async(value any) Attributes

func Attr

func Attr(key string, value interface{}) Attributes

func Autocapitalize

func Autocapitalize(value any) Attributes

func Autocomplete

func Autocomplete(value any) Attributes

func Autofocus

func Autofocus(value any) Attributes

func Autoplay

func Autoplay(value any) Attributes

func Background

func Background(value any) Attributes

func Bgcolor

func Bgcolor(value any) Attributes

func Border

func Border(value any) Attributes

func Buffered

func Buffered(value any) Attributes

func Capture

func Capture(value any) Attributes

func Challenge

func Challenge(value any) Attributes

func Charset

func Charset(value any) Attributes

func Checked

func Checked(value any) Attributes

func Cite

func Cite(value any) Attributes

func Class

func Class(value any) Attributes

func Code

func Code(value any) Attributes

func Codebase

func Codebase(value any) Attributes

func Color

func Color(value any) Attributes

func Cols

func Cols(value any) Attributes

func Colspan

func Colspan(value any) Attributes

func Content

func Content(value any) Attributes

func Contenteditable

func Contenteditable(value any) Attributes

func Contextmenu

func Contextmenu(value any) Attributes

func Controls

func Controls(value any) Attributes

func Coords

func Coords(value any) Attributes

func Crossorigin

func Crossorigin(value any) Attributes

func Data

func Data(value any) Attributes

func DataAttr

func DataAttr(key string, value interface{}) Attributes

func Datetime

func Datetime(value any) Attributes

func Decoding

func Decoding(value any) Attributes

func Default

func Default(value any) Attributes

func Defer

func Defer(value any) Attributes

func Dir

func Dir(value any) Attributes

func Dirname

func Dirname(value any) Attributes

func Disabled

func Disabled(value any) Attributes

func Download

func Download(value any) Attributes

func Draggable

func Draggable(value any) Attributes

func Enctype

func Enctype(value any) Attributes

func For

func For(value any) Attributes

func Form

func Form(value any) Attributes

func Formaction

func Formaction(value any) Attributes

func Formenctype

func Formenctype(value any) Attributes

func Formmethod

func Formmethod(value any) Attributes

func Formnovalidate

func Formnovalidate(value any) Attributes

func Formtarget

func Formtarget(value any) Attributes

func Headers

func Headers(value any) Attributes

func Height

func Height(value any) Attributes

func Hidden

func Hidden(value any) Attributes

func High

func High(value any) Attributes

func Href

func Href(value any) Attributes

func Hreflang

func Hreflang(value any) Attributes

func HttpEquiv

func HttpEquiv(value any) Attributes

func Id

func Id(value any) Attributes

func Inputmode

func Inputmode(value any) Attributes

func Integrity

func Integrity(value any) Attributes

func Ismap

func Ismap(value any) Attributes

func Itemprop

func Itemprop(value any) Attributes

func Keytype

func Keytype(value any) Attributes

func Kind

func Kind(value any) Attributes

func Label

func Label(value any) Attributes

func Lang

func Lang(value any) Attributes

func List

func List(value any) Attributes

func Loop

func Loop(value any) Attributes

func Low

func Low(value any) Attributes

func Max

func Max(value any) Attributes

func Maxlength

func Maxlength(value any) Attributes

func Media

func Media(value any) Attributes

func Method

func Method(value any) Attributes

func Min

func Min(value any) Attributes

func Minlength

func Minlength(value any) Attributes

func Multiple

func Multiple(value any) Attributes

func Muted

func Muted(value any) Attributes

func Name

func Name(value any) Attributes

func Novalidate

func Novalidate(value any) Attributes

func Open

func Open(value any) Attributes

func Optimum

func Optimum(value any) Attributes

func Pattern

func Pattern(value any) Attributes

func Ping

func Ping(value any) Attributes

func Placeholder

func Placeholder(value any) Attributes

func Playsinline

func Playsinline(value any) Attributes

func Poster

func Poster(value any) Attributes

func Preload

func Preload(value any) Attributes

func Readonly

func Readonly(value any) Attributes

func Referrerpolicy

func Referrerpolicy(value any) Attributes

func Rel

func Rel(value any) Attributes

func Required

func Required(value any) Attributes

func Reversed

func Reversed(value any) Attributes

func Role

func Role(value any) Attributes

func Rows

func Rows(value any) Attributes

func Rowspan

func Rowspan(value any) Attributes

func Sandbox

func Sandbox(value any) Attributes

func Scope

func Scope(value any) Attributes

func Selected

func Selected(value any) Attributes

func Shape

func Shape(value any) Attributes

func Size

func Size(value any) Attributes

func Sizes

func Sizes(value any) Attributes

func Slot

func Slot(value any) Attributes

func Span

func Span(value any) Attributes

func Spellcheck

func Spellcheck(value any) Attributes

func Src

func Src(value any) Attributes

func Srcdoc

func Srcdoc(value any) Attributes

func Srclang

func Srclang(value any) Attributes

func Srcset

func Srcset(value any) Attributes

func Start

func Start(value any) Attributes

func Step

func Step(value any) Attributes

func Style

func Style(value any) Attributes

func Tabindex

func Tabindex(value any) Attributes

func Target

func Target(value any) Attributes

func Title

func Title(value any) Attributes

func Translate

func Translate(value any) Attributes

func Type

func Type(value any) Attributes

func Usemap

func Usemap(value any) Attributes

func Value

func Value(value any) Attributes

func Width

func Width(value any) Attributes

func Wrap

func Wrap(value any) Attributes

func (Attributes) Accept

func (a Attributes) Accept(value any) Attributes

func (Attributes) AcceptCharset

func (a Attributes) AcceptCharset(value any) Attributes

func (Attributes) Accesskey

func (a Attributes) Accesskey(value any) Attributes

func (Attributes) Action

func (a Attributes) Action(value any) Attributes

func (Attributes) Align

func (a Attributes) Align(value any) Attributes

func (Attributes) Allow

func (a Attributes) Allow(value any) Attributes

func (Attributes) Alt

func (a Attributes) Alt(value any) Attributes

func (Attributes) Async

func (a Attributes) Async(value any) Attributes

func (Attributes) Attr

func (a Attributes) Attr(key string, id interface{}) Attributes

func (Attributes) Autocapitalize

func (a Attributes) Autocapitalize(value any) Attributes

func (Attributes) Autocomplete

func (a Attributes) Autocomplete(value any) Attributes

func (Attributes) Autofocus

func (a Attributes) Autofocus(value any) Attributes

func (Attributes) Autoplay

func (a Attributes) Autoplay(value any) Attributes

func (Attributes) Background

func (a Attributes) Background(value any) Attributes

func (Attributes) Bgcolor

func (a Attributes) Bgcolor(value any) Attributes

func (Attributes) Border

func (a Attributes) Border(value any) Attributes

func (Attributes) Buffered

func (a Attributes) Buffered(value any) Attributes

func (Attributes) Capture

func (a Attributes) Capture(value any) Attributes

func (Attributes) Challenge

func (a Attributes) Challenge(value any) Attributes

func (Attributes) Charset

func (a Attributes) Charset(value any) Attributes

func (Attributes) Checked

func (a Attributes) Checked(value any) Attributes

func (Attributes) Cite

func (a Attributes) Cite(value any) Attributes

func (Attributes) Class

func (a Attributes) Class(value any) Attributes

func (Attributes) Code

func (a Attributes) Code(value any) Attributes

func (Attributes) Codebase

func (a Attributes) Codebase(value any) Attributes

func (Attributes) Color

func (a Attributes) Color(value any) Attributes

func (Attributes) Cols

func (a Attributes) Cols(value any) Attributes

func (Attributes) Colspan

func (a Attributes) Colspan(value any) Attributes

func (Attributes) Content

func (a Attributes) Content(value any) Attributes

func (Attributes) Contenteditable

func (a Attributes) Contenteditable(value any) Attributes

func (Attributes) Contextmenu

func (a Attributes) Contextmenu(value any) Attributes

func (Attributes) Controls

func (a Attributes) Controls(value any) Attributes

func (Attributes) Coords

func (a Attributes) Coords(value any) Attributes

func (Attributes) Crossorigin

func (a Attributes) Crossorigin(value any) Attributes

func (Attributes) Data

func (a Attributes) Data(value any) Attributes

func (Attributes) DataAttr

func (a Attributes) DataAttr(key string, value interface{}) Attributes

func (Attributes) Datetime

func (a Attributes) Datetime(value any) Attributes

func (Attributes) Decoding

func (a Attributes) Decoding(value any) Attributes

func (Attributes) Default

func (a Attributes) Default(value any) Attributes

func (Attributes) Defer

func (a Attributes) Defer(value any) Attributes

func (Attributes) Dir

func (a Attributes) Dir(value any) Attributes

func (Attributes) Dirname

func (a Attributes) Dirname(value any) Attributes

func (Attributes) Disabled

func (a Attributes) Disabled(value any) Attributes

func (Attributes) Download

func (a Attributes) Download(value any) Attributes

func (Attributes) Draggable

func (a Attributes) Draggable(value any) Attributes

func (Attributes) Enctype

func (a Attributes) Enctype(value any) Attributes

func (Attributes) For

func (a Attributes) For(value any) Attributes

func (Attributes) Form

func (a Attributes) Form(value any) Attributes

func (Attributes) Formaction

func (a Attributes) Formaction(value any) Attributes

func (Attributes) Formenctype

func (a Attributes) Formenctype(value any) Attributes

func (Attributes) Formmethod

func (a Attributes) Formmethod(value any) Attributes

func (Attributes) Formnovalidate

func (a Attributes) Formnovalidate(value any) Attributes

func (Attributes) Formtarget

func (a Attributes) Formtarget(value any) Attributes

func (Attributes) Headers

func (a Attributes) Headers(value any) Attributes

func (Attributes) Height

func (a Attributes) Height(value any) Attributes

func (Attributes) Hidden

func (a Attributes) Hidden(value any) Attributes

func (Attributes) High

func (a Attributes) High(value any) Attributes

func (Attributes) Href

func (a Attributes) Href(value any) Attributes

func (Attributes) Hreflang

func (a Attributes) Hreflang(value any) Attributes

func (Attributes) HttpEquiv

func (a Attributes) HttpEquiv(value any) Attributes

func (Attributes) Id

func (a Attributes) Id(value any) Attributes

func (Attributes) Inputmode

func (a Attributes) Inputmode(value any) Attributes

func (Attributes) Integrity

func (a Attributes) Integrity(value any) Attributes

func (Attributes) Ismap

func (a Attributes) Ismap(value any) Attributes

func (Attributes) Itemprop

func (a Attributes) Itemprop(value any) Attributes

func (Attributes) Keytype

func (a Attributes) Keytype(value any) Attributes

func (Attributes) Kind

func (a Attributes) Kind(value any) Attributes

func (Attributes) Label

func (a Attributes) Label(value any) Attributes

func (Attributes) Lang

func (a Attributes) Lang(value any) Attributes

func (Attributes) List

func (a Attributes) List(value any) Attributes

func (Attributes) Loop

func (a Attributes) Loop(value any) Attributes

func (Attributes) Low

func (a Attributes) Low(value any) Attributes

func (Attributes) Max

func (a Attributes) Max(value any) Attributes

func (Attributes) Maxlength

func (a Attributes) Maxlength(value any) Attributes

func (Attributes) Media

func (a Attributes) Media(value any) Attributes

func (Attributes) Method

func (a Attributes) Method(value any) Attributes

func (Attributes) Min

func (a Attributes) Min(value any) Attributes

func (Attributes) Minlength

func (a Attributes) Minlength(value any) Attributes

func (Attributes) Multiple

func (a Attributes) Multiple(value any) Attributes

func (Attributes) Muted

func (a Attributes) Muted(value any) Attributes

func (Attributes) Name

func (a Attributes) Name(value any) Attributes

func (Attributes) Novalidate

func (a Attributes) Novalidate(value any) Attributes

func (Attributes) Open

func (a Attributes) Open(value any) Attributes

func (Attributes) Optimum

func (a Attributes) Optimum(value any) Attributes

func (Attributes) Pattern

func (a Attributes) Pattern(value any) Attributes

func (Attributes) Ping

func (a Attributes) Ping(value any) Attributes

func (Attributes) Placeholder

func (a Attributes) Placeholder(value any) Attributes

func (Attributes) Playsinline

func (a Attributes) Playsinline(value any) Attributes

func (Attributes) Poster

func (a Attributes) Poster(value any) Attributes

func (Attributes) Preload

func (a Attributes) Preload(value any) Attributes

func (Attributes) Readonly

func (a Attributes) Readonly(value any) Attributes

func (Attributes) Referrerpolicy

func (a Attributes) Referrerpolicy(value any) Attributes

func (Attributes) Rel

func (a Attributes) Rel(value any) Attributes

func (Attributes) Required

func (a Attributes) Required(value any) Attributes

func (Attributes) Reversed

func (a Attributes) Reversed(value any) Attributes

func (Attributes) Role

func (a Attributes) Role(value any) Attributes

func (Attributes) Rows

func (a Attributes) Rows(value any) Attributes

func (Attributes) Rowspan

func (a Attributes) Rowspan(value any) Attributes

func (Attributes) Sandbox

func (a Attributes) Sandbox(value any) Attributes

func (Attributes) Scope

func (a Attributes) Scope(value any) Attributes

func (Attributes) Selected

func (a Attributes) Selected(value any) Attributes

func (Attributes) Shape

func (a Attributes) Shape(value any) Attributes

func (Attributes) Size

func (a Attributes) Size(value any) Attributes

func (Attributes) Sizes

func (a Attributes) Sizes(value any) Attributes

func (Attributes) Slot

func (a Attributes) Slot(value any) Attributes

func (Attributes) Span

func (a Attributes) Span(value any) Attributes

func (Attributes) Spellcheck

func (a Attributes) Spellcheck(value any) Attributes

func (Attributes) Src

func (a Attributes) Src(value any) Attributes

func (Attributes) Srcdoc

func (a Attributes) Srcdoc(value any) Attributes

func (Attributes) Srclang

func (a Attributes) Srclang(value any) Attributes

func (Attributes) Srcset

func (a Attributes) Srcset(value any) Attributes

func (Attributes) Start

func (a Attributes) Start(value any) Attributes

func (Attributes) Step

func (a Attributes) Step(value any) Attributes

func (Attributes) Style

func (a Attributes) Style(value any) Attributes

func (Attributes) Tabindex

func (a Attributes) Tabindex(value any) Attributes

func (Attributes) Target

func (a Attributes) Target(value any) Attributes

func (Attributes) Title

func (a Attributes) Title(value any) Attributes

func (Attributes) Translate

func (a Attributes) Translate(value any) Attributes

func (Attributes) Type

func (a Attributes) Type(value any) Attributes

func (Attributes) Usemap

func (a Attributes) Usemap(value any) Attributes

func (Attributes) Value

func (a Attributes) Value(value any) Attributes

func (Attributes) Width

func (a Attributes) Width(value any) Attributes

func (Attributes) Wrap

func (a Attributes) Wrap(value any) Attributes

Jump to

Keyboard shortcuts

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