Documentation
¶
Rendered for js/wasm
Index ¶
- type AnimationComponent
- type AnotherComponent
- type CardComponent
- type ChildComponent
- type ComputedComponent
- type DynamicComponent
- type EventComponent
- type EventListenerComponent
- type HeaderComponent
- type MainComponent
- type MyComponent
- type ObserverComponent
- type ParentComponent
- type ProtectedComponent
- type RedCubeComponent
- type SlotChildComponent
- type SlotParentComponent
- type StoresComponent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnimationComponent ¶
type AnimationComponent struct {
*core.HTMLComponent
}
func NewAnimationComponent ¶
func NewAnimationComponent() *AnimationComponent
type AnotherComponent ¶
type AnotherComponent struct {
*core.HTMLComponent
}
func NewAnotherComponent ¶
func NewAnotherComponent() *AnotherComponent
func (*AnotherComponent) SetRouteParams ¶
func (c *AnotherComponent) SetRouteParams(params map[string]string)
type CardComponent ¶
type CardComponent struct {
*core.HTMLComponent
}
func NewCardComponent ¶
func NewCardComponent(props map[string]interface{}) *CardComponent
type ChildComponent ¶
type ChildComponent struct {
*core.HTMLComponent
}
func NewChildComponent ¶
func NewChildComponent() *ChildComponent
type ComputedComponent ¶
type ComputedComponent struct {
*core.HTMLComponent
}
func NewComputedComponent ¶
func NewComputedComponent() *ComputedComponent
type DynamicComponent ¶
type DynamicComponent struct {
*core.HTMLComponent
}
func NewDynamicComponent ¶
func NewDynamicComponent() *DynamicComponent
type EventComponent ¶
type EventComponent struct {
*core.HTMLComponent
}
EventComponent demonstrates both basic event handling and event modifiers.
func NewEventComponent ¶
func NewEventComponent() *EventComponent
type EventListenerComponent ¶
type EventListenerComponent struct {
*core.HTMLComponent
}
func NewEventListenerComponent ¶
func NewEventListenerComponent() *EventListenerComponent
func (*EventListenerComponent) Mount ¶
func (c *EventListenerComponent) Mount()
type HeaderComponent ¶
type HeaderComponent struct {
*core.HTMLComponent
}
func NewHeaderComponent ¶
func NewHeaderComponent(props map[string]interface{}) *HeaderComponent
func (*HeaderComponent) OnMount ¶
func (c *HeaderComponent) OnMount()
func (*HeaderComponent) OnUnmount ¶
func (c *HeaderComponent) OnUnmount()
type MainComponent ¶
type MainComponent struct {
*core.HTMLComponent
}
func NewMainComponent ¶
func NewMainComponent() *MainComponent
type MyComponent ¶
type MyComponent struct {
*core.HTMLComponent
}
func NewTestComponent ¶
func NewTestComponent() *MyComponent
type ObserverComponent ¶
type ObserverComponent struct { *core.HTMLComponent // contains filtered or unexported fields }
func NewObserverComponent ¶
func NewObserverComponent() *ObserverComponent
func (*ObserverComponent) Mount ¶
func (c *ObserverComponent) Mount()
func (*ObserverComponent) Unmount ¶
func (c *ObserverComponent) Unmount()
type ParentComponent ¶
type ParentComponent struct {
*core.HTMLComponent
}
func NewParentComponent ¶
func NewParentComponent() *ParentComponent
type ProtectedComponent ¶
type ProtectedComponent struct {
*core.HTMLComponent
}
func NewProtectedComponent ¶
func NewProtectedComponent() *ProtectedComponent
type RedCubeComponent ¶
type RedCubeComponent struct {
*core.HTMLComponent
}
func NewRedCubeComponent ¶
func NewRedCubeComponent() *RedCubeComponent
type SlotChildComponent ¶
type SlotChildComponent struct {
*core.HTMLComponent
}
func NewSlotChildComponent ¶
func NewSlotChildComponent(props map[string]interface{}) *SlotChildComponent
type SlotParentComponent ¶
type SlotParentComponent struct {
*core.HTMLComponent
}
func NewSlotParentComponent ¶
func NewSlotParentComponent(props map[string]interface{}) *SlotParentComponent
type StoresComponent ¶
type StoresComponent struct {
*core.HTMLComponent
}
func NewStoresComponent ¶
func NewStoresComponent() *StoresComponent
Source Files
¶
- animation_component.go
- another_component.go
- card_component.go
- child_component.go
- computed_component.go
- dynamic_component.go
- event_component.go
- event_listener_component.go
- header_component.go
- main_component.go
- observer_component.go
- parent_component.go
- protected_component.go
- red_cube_component.go
- slot_child_component.go
- slot_parent_component.go
- stores_component.go
- test_component.go
Click to show internal directories.
Click to hide internal directories.