views

package
v0.0.0-...-c1df235 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const Styles = `` /* 1166-byte string literal not displayed */

Variables

This section is empty.

Functions

func RegisterExternalViewFunc

func RegisterExternalViewFunc(id models.Id, v ViewFunc)

Types

type Editor

type Editor struct {
	vecty.Core
	// contains filtered or unexported fields
}

func NewEditor

func NewEditor(app *stores.App) *Editor

func (*Editor) Mount

func (v *Editor) Mount()

func (*Editor) Render

func (v *Editor) Render() vecty.ComponentOrHTML

func (*Editor) Unmount

func (v *Editor) Unmount()

type Empty

type Empty struct {
	vecty.Core
	// contains filtered or unexported fields
}

func NewEmpty

func NewEmpty(app *stores.App) *Empty

func (*Empty) Mount

func (v *Empty) Mount()

func (*Empty) Render

func (v *Empty) Render() vecty.ComponentOrHTML

func (*Empty) Unmount

func (v *Empty) Unmount()
type Menu struct {
	vecty.Core
	// contains filtered or unexported fields
}

func NewMenu

func NewMenu(app *stores.App) *Menu
func (v *Menu) Render() vecty.ComponentOrHTML

type Page

type Page struct {
	vecty.Core
	// contains filtered or unexported fields
}

func NewPage

func NewPage(app *stores.App) *Page

func (*Page) Mount

func (v *Page) Mount()

func (*Page) Render

func (v *Page) Render() vecty.ComponentOrHTML

func (*Page) Unmount

func (v *Page) Unmount()

type Tree

type Tree struct {
	vecty.Core
	// contains filtered or unexported fields
}

func NewTree

func NewTree(app *stores.App) *Tree

func (*Tree) Mount

func (v *Tree) Mount()

func (*Tree) Render

func (v *Tree) Render() vecty.ComponentOrHTML

func (*Tree) Unmount

func (v *Tree) Unmount()

type ViewFunc

type ViewFunc func(app *stores.App, options map[string]interface{}) vecty.Component

func GetExternalViewFunc

func GetExternalViewFunc(id models.Id) ViewFunc

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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