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

Struct Tab

pkg/waveobj/wtype.go:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type Tab struct {
190 OID string `json:"oid"`
191 Version int `json:"version"`
192 Name string `json:"name"`
193 LayoutState string `json:"layoutstate"`
194 BlockIds []string `json:"blockids"`
195 Meta MetaMapType `json:"meta"`
196}
197
198func (*Tab) GetOType() string {
199 return OType_Tab

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected