markdowneditor

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: 4 Imported by: 6

Documentation

Index

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

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

type MarkdownEditorElem

type MarkdownEditorElem struct {
	react.Element
}

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.

Jump to

Keyboard shortcuts

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