Documentation
¶
Rendered for js/wasm
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocsComponent ¶
type DocsComponent struct { *core.HTMLComponent // contains filtered or unexported fields }
func NewDocsComponent ¶
func NewDocsComponent() *DocsComponent
func (*DocsComponent) OnMount ¶
func (c *DocsComponent) OnMount()
func (*DocsComponent) OnUnmount ¶
func (c *DocsComponent) OnUnmount()
func (*DocsComponent) SetRouteParams ¶
func (c *DocsComponent) SetRouteParams(params map[string]string)
type HomeComponent ¶
type HomeComponent struct {
*core.HTMLComponent
}
func NewHomeComponent ¶
func NewHomeComponent() *HomeComponent
func (*HomeComponent) OnMount ¶
func (c *HomeComponent) OnMount()
func (*HomeComponent) OnUnmount ¶
func (c *HomeComponent) OnUnmount()
Click to show internal directories.
Click to hide internal directories.