examples

package
v0.0.0-...-5fef39c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2024 License: MIT, BSD-3-Clause Imports: 10 Imported by: 3

README

See the wiki for more details

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExamplesDef

type ExamplesDef struct {
	react.ComponentDef
}

ExamplesDef is the definition of the Examples component

func (ExamplesDef) ComponentWillMount

func (p ExamplesDef) ComponentWillMount()

ComponentWillMount is a React lifecycle method for the Examples component

func (ExamplesDef) GetInitialState

func (p ExamplesDef) GetInitialState() ExamplesState

GetInitialState returns in the initial state for the Examples component

func (ExamplesDef) GetInitialStateIntf

func (e ExamplesDef) GetInitialStateIntf() react.State

GetInitialStateIntf is an auto-generated proxy to GetInitialState

func (ExamplesDef) Render

func (p ExamplesDef) Render() react.Element

Render renders the Examples component

func (ExamplesDef) RendersElement

func (e ExamplesDef) RendersElement() react.Element

func (ExamplesDef) SetState

func (e ExamplesDef) SetState(state ExamplesState)

SetState is an auto-generated proxy proxy to update the state for the Examples component. SetState does not immediately mutate e.State() but creates a pending state transition.

func (ExamplesDef) State

func (e ExamplesDef) State() ExamplesState

State is an auto-generated proxy to return the current state in use for the render of the Examples component

type ExamplesElem

type ExamplesElem struct {
	react.Element
}

func Examples

func Examples() *ExamplesElem

Examples creates instances of the Examples component

type ExamplesState

type ExamplesState struct {
	// contains filtered or unexported fields
}

ExamplesState is the state type for the Examples component

func (ExamplesState) EqualsIntf

func (e ExamplesState) EqualsIntf(val react.State) bool

func (ExamplesState) IsState

func (e ExamplesState) IsState()

IsState is an auto-generated definition so that ExamplesState implements the myitcv.io/react.State interface.

type GlobalStateExamplesDef

type GlobalStateExamplesDef struct {
	react.ComponentDef
}

GlobalStateExamplesDef is the definition of the GlobalStateExamples component

func (GlobalStateExamplesDef) ComponentWillMount

func (p GlobalStateExamplesDef) ComponentWillMount()

ComponentWillMount is a React lifecycle method for the GlobalStateExamples component

func (GlobalStateExamplesDef) GetInitialState

GetInitialState returns in the initial state for the GlobalStateExamples component

func (GlobalStateExamplesDef) GetInitialStateIntf

func (g GlobalStateExamplesDef) GetInitialStateIntf() react.State

GetInitialStateIntf is an auto-generated proxy to GetInitialState

func (GlobalStateExamplesDef) Render

Render renders the GlobalStateExamples component

func (GlobalStateExamplesDef) RendersElement

func (g GlobalStateExamplesDef) RendersElement() react.Element

func (GlobalStateExamplesDef) SetState

SetState is an auto-generated proxy proxy to update the state for the GlobalStateExamples component. SetState does not immediately mutate g.State() but creates a pending state transition.

func (GlobalStateExamplesDef) State

State is an auto-generated proxy to return the current state in use for the render of the GlobalStateExamples component

type GlobalStateExamplesElem

type GlobalStateExamplesElem struct {
	react.Element
}

func GlobalStateExamples

func GlobalStateExamples() *GlobalStateExamplesElem

GlobalStateExamples creates instances of the GlobalStateExamples component

type GlobalStateExamplesState

type GlobalStateExamplesState struct {
	// contains filtered or unexported fields
}

GlobalStateExamplesState is the state type for the GlobalStateExamples component

func (GlobalStateExamplesState) EqualsIntf

func (g GlobalStateExamplesState) EqualsIntf(val react.State) bool

func (GlobalStateExamplesState) IsState

func (g GlobalStateExamplesState) IsState()

IsState is an auto-generated definition so that GlobalStateExamplesState implements the myitcv.io/react.State interface.

type ImmExamplesDef

type ImmExamplesDef struct {
	react.ComponentDef
}

ImmExamplesDef is the definition of the ImmExamples component

func (ImmExamplesDef) ComponentWillMount

func (p ImmExamplesDef) ComponentWillMount()

ComponentWillMount is a React lifecycle method for the ImmExamples component

func (ImmExamplesDef) GetInitialState

func (p ImmExamplesDef) GetInitialState() ImmExamplesState

GetInitialState returns in the initial state for the ImmExamples component

func (ImmExamplesDef) GetInitialStateIntf

func (i ImmExamplesDef) GetInitialStateIntf() react.State

GetInitialStateIntf is an auto-generated proxy to GetInitialState

func (ImmExamplesDef) Render

func (p ImmExamplesDef) Render() react.Element

Render renders the ImmExamples component

func (ImmExamplesDef) RendersElement

func (i ImmExamplesDef) RendersElement() react.Element

func (ImmExamplesDef) SetState

func (i ImmExamplesDef) SetState(state ImmExamplesState)

SetState is an auto-generated proxy proxy to update the state for the ImmExamples component. SetState does not immediately mutate i.State() but creates a pending state transition.

func (ImmExamplesDef) State

func (i ImmExamplesDef) State() ImmExamplesState

State is an auto-generated proxy to return the current state in use for the render of the ImmExamples component

type ImmExamplesElem

type ImmExamplesElem struct {
	react.Element
}

func ImmExamples

func ImmExamples() *ImmExamplesElem

ImmExamples creates instances of the ImmExamples component

type ImmExamplesState

type ImmExamplesState struct {
	// contains filtered or unexported fields
}

ImmExamplesState is the state type for the ImmExamples component

func (ImmExamplesState) EqualsIntf

func (i ImmExamplesState) EqualsIntf(val react.State) bool

func (ImmExamplesState) IsState

func (i ImmExamplesState) IsState()

IsState is an auto-generated definition so that ImmExamplesState implements the myitcv.io/react.State interface.

Directories

Path Synopsis
blog
sites
raffle/checker
checker is a simpler command line tool for checking entries to the raffle
checker is a simpler command line tool for checking entries to the raffle

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL