Documentation
¶
Index ¶
- func DOMEventSymbols() map[string]clientlang.ValueType
- func ValidateClassToggleExpressionTyped(name, expr string, symbols map[string]clientlang.ValueType) error
- func ValidateReactiveAttrExpressionTyped(name, expr string, symbols map[string]clientlang.ValueType) error
- func ValidateStyleBindingExpressionTyped(name, expr string, symbols map[string]clientlang.ValueType) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DOMEventSymbols ¶
func DOMEventSymbols() map[string]clientlang.ValueType
DOMEventSymbols returns the compiler-owned scalar DOM event scope exposed to g:on:* expressions.
func ValidateClassToggleExpressionTyped ¶
func ValidateClassToggleExpressionTyped(name, expr string, symbols map[string]clientlang.ValueType) error
ValidateClassToggleExpressionTyped validates a class:name directive expression.
func ValidateReactiveAttrExpressionTyped ¶
func ValidateReactiveAttrExpressionTyped(name, expr string, symbols map[string]clientlang.ValueType) error
ValidateReactiveAttrExpressionTyped validates a first-slice reactive attribute expression.
func ValidateStyleBindingExpressionTyped ¶
func ValidateStyleBindingExpressionTyped(name, expr string, symbols map[string]clientlang.ValueType) error
ValidateStyleBindingExpressionTyped validates a style:name directive expression.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.