Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GridModel ¶
type GridModel struct {
Grid *domain.Grid
UpdateValue int
Session string
AddTermError string
FormFieldDebounce int // ms
CurrentTriadID int
Charts struct {
TermsCorr []charts.Heatmap
ConstructsCorr []charts.Heatmap
}
TermsCorrs []Corr
ConstructsCorrs []Corr
}
func AssignGridModel ¶
type HomeInstance ¶
type HomeInstance struct {
Session string
}
func NewHomeInstance ¶
func NewHomeInstance(s *live.Socket) *HomeInstance
Click to show internal directories.
Click to hide internal directories.