Documentation ¶
Index ¶
- type MarkdownEditorDef
- func (m MarkdownEditorDef) GetInitialState() MarkdownEditorState
- func (m MarkdownEditorDef) GetInitialStateIntf() react.State
- func (m MarkdownEditorDef) Render() react.Element
- func (m MarkdownEditorDef) RendersElement() react.Element
- func (m MarkdownEditorDef) SetState(state MarkdownEditorState)
- func (m MarkdownEditorDef) State() MarkdownEditorState
- type MarkdownEditorElem
- type MarkdownEditorState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarkdownEditorDef ¶
type MarkdownEditorDef struct {
react.ComponentDef
}
MarkdownEditorDef is the definition of the MarkdownEditor component
func (MarkdownEditorDef) GetInitialState ¶
func (m MarkdownEditorDef) GetInitialState() MarkdownEditorState
GetInitialState returns the initial state for a MarkdownEditor component
func (MarkdownEditorDef) GetInitialStateIntf ¶
func (m MarkdownEditorDef) GetInitialStateIntf() react.State
GetInitialStateIntf is an auto-generated proxy to GetInitialState
func (MarkdownEditorDef) Render ¶
func (m MarkdownEditorDef) Render() react.Element
Render renders the MarkdownEditor component
func (MarkdownEditorDef) RendersElement ¶
func (m MarkdownEditorDef) RendersElement() react.Element
func (MarkdownEditorDef) SetState ¶
func (m MarkdownEditorDef) SetState(state MarkdownEditorState)
SetState is an auto-generated proxy proxy to update the state for the MarkdownEditor component. SetState does not immediately mutate m.State() but creates a pending state transition.
func (MarkdownEditorDef) State ¶
func (m MarkdownEditorDef) State() MarkdownEditorState
State is an auto-generated proxy to return the current state in use for the render of the MarkdownEditor component
type MarkdownEditorElem ¶
func MarkdownEditor ¶
func MarkdownEditor() *MarkdownEditorElem
MarkdownEditor creates instances of the MarkdownEditor component
type MarkdownEditorState ¶
type MarkdownEditorState struct {
// contains filtered or unexported fields
}
MarkdownEditorState is the state type for the MarkdownEditor component
func (MarkdownEditorState) EqualsIntf ¶
func (m MarkdownEditorState) EqualsIntf(val react.State) bool
func (MarkdownEditorState) IsState ¶
func (m MarkdownEditorState) IsState()
IsState is an auto-generated definition so that MarkdownEditorState implements the myitcv.io/react.State interface.