container

package
v0.0.0-...-e45f7d2 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2021 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerDef

type ContainerDef struct {
	r.ComponentDef
}

ContainerDef describes the component that models the core of the frontend

func (ContainerDef) ComponentWillMount

func (p ContainerDef) ComponentWillMount()

ComponentWillMount is a React lifecycle method for the ContainerDef component. It populates the sources from the source code on github.

func (ContainerDef) GetInitialState

func (p ContainerDef) GetInitialState() ContainerState

GetInitialState returns in the initial state for the ContainerDef component

func (ContainerDef) GetInitialStateIntf

func (c ContainerDef) GetInitialStateIntf() react.State

GetInitialStateIntf is an auto-generated proxy to GetInitialState

func (ContainerDef) Render

func (p ContainerDef) Render() r.Element

Render renders the Container

func (ContainerDef) RendersElement

func (c ContainerDef) RendersElement() react.Element

func (ContainerDef) SetState

func (c ContainerDef) SetState(state ContainerState)

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

func (ContainerDef) State

func (c ContainerDef) State() ContainerState

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

type ContainerElem

type ContainerElem struct {
	react.Element
}

func Container

func Container() *ContainerElem

Container creates the Container

type ContainerState

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

ContainerState contains the state for the Container

func (ContainerState) EqualsIntf

func (c ContainerState) EqualsIntf(val react.State) bool

func (ContainerState) IsState

func (c ContainerState) IsState()

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

Jump to

Keyboard shortcuts

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