Documentation ¶
Index ¶
- type ExamplesDef
- func (p ExamplesDef) ComponentWillMount()
- func (p ExamplesDef) GetInitialState() ExamplesState
- func (e ExamplesDef) GetInitialStateIntf() react.State
- func (p ExamplesDef) Render() react.Element
- func (e ExamplesDef) RendersElement() react.Element
- func (e ExamplesDef) SetState(state ExamplesState)
- func (e ExamplesDef) State() ExamplesState
- type ExamplesElem
- type ExamplesState
- type GlobalStateExamplesDef
- func (p GlobalStateExamplesDef) ComponentWillMount()
- func (p GlobalStateExamplesDef) GetInitialState() GlobalStateExamplesState
- func (g GlobalStateExamplesDef) GetInitialStateIntf() react.State
- func (p GlobalStateExamplesDef) Render() react.Element
- func (g GlobalStateExamplesDef) RendersElement() react.Element
- func (g GlobalStateExamplesDef) SetState(state GlobalStateExamplesState)
- func (g GlobalStateExamplesDef) State() GlobalStateExamplesState
- type GlobalStateExamplesElem
- type GlobalStateExamplesState
- type ImmExamplesDef
- func (p ImmExamplesDef) ComponentWillMount()
- func (p ImmExamplesDef) GetInitialState() ImmExamplesState
- func (i ImmExamplesDef) GetInitialStateIntf() react.State
- func (p ImmExamplesDef) Render() react.Element
- func (i ImmExamplesDef) RendersElement() react.Element
- func (i ImmExamplesDef) SetState(state ImmExamplesState)
- func (i ImmExamplesDef) State() ImmExamplesState
- type ImmExamplesElem
- type ImmExamplesState
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 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 ¶
func (p GlobalStateExamplesDef) GetInitialState() GlobalStateExamplesState
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 ¶
func (p GlobalStateExamplesDef) Render() react.Element
Render renders the GlobalStateExamples component
func (GlobalStateExamplesDef) RendersElement ¶
func (g GlobalStateExamplesDef) RendersElement() react.Element
func (GlobalStateExamplesDef) SetState ¶
func (g GlobalStateExamplesDef) SetState(state GlobalStateExamplesState)
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 ¶
func (g GlobalStateExamplesDef) State() GlobalStateExamplesState
State is an auto-generated proxy to return the current state in use for the render of the GlobalStateExamples component
type GlobalStateExamplesElem ¶
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 ¶
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.
Source Files ¶
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 |