MCPcopy
hub / github.com/wavetermdev/waveterm / LayoutState

Struct LayoutState

pkg/waveobj/wtype.go:228–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228type LayoutState struct {
229 OID string `json:"oid"`
230 Version int `json:"version"`
231 RootNode any `json:"rootnode,omitempty"`
232 MagnifiedNodeId string `json:"magnifiednodeid,omitempty"`
233 FocusedNodeId string `json:"focusednodeid,omitempty"`
234 LeafOrder *[]LeafOrderEntry `json:"leaforder,omitempty"`
235 PendingBackendActions *[]LayoutActionData `json:"pendingbackendactions,omitempty"`
236 Meta MetaMapType `json:"meta,omitempty"`
237}
238
239func (*LayoutState) GetOType() string {
240 return OType_LayoutState

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected