Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (App) GenerateControls ¶
func (a App) GenerateControls(isFirst, isLast bool) obj.Collection
type Backend ¶
type Backend struct {
States []AppState
Constructors map[AppState]Constructor
Finalizer func(map[AppState]obj.Collection) obj.Collection
}
type Constructor ¶
type Constructor = (func(obj.Collection) obj.Collection)
Click to show internal directories.
Click to hide internal directories.