Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Pragma ¶
func Pragma() string
Pragma is a reference to how elements get created js:"Pragma,omit"
Types ¶
type Component ¶
type Component interface {
// js:"render"
Render() Node
// js:"setState"
SetState(state interface{})
// js:"forceUpdate"
ForceUpdate()
}
Component struct
Click to show internal directories.
Click to hide internal directories.