Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct { Field string // Go field name (CamelCase) Attr string // HTML attribute name (kebab-case) Type string // "string" or "bool" }
Attribute represents an SVG element attribute
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func (*Loader) CollectAllAttributes ¶
func (*Loader) LoadAllTagSpecs ¶
func (*Loader) LoadGlobalAttributes ¶
type SvgElementAttributes ¶
SvgElementAttributes represents the structure from wooorm/svg-element-attributes
Click to show internal directories.
Click to hide internal directories.