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

Struct Block

pkg/waveobj/wtype.go:286–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286type Block struct {
287 OID string `json:"oid"`
288 ParentORef string `json:"parentoref,omitempty"`
289 Version int `json:"version"`
290 RuntimeOpts *RuntimeOpts `json:"runtimeopts,omitempty"`
291 Stickers []*StickerType `json:"stickers,omitempty"`
292 Meta MetaMapType `json:"meta"`
293 SubBlockIds []string `json:"subblockids,omitempty"`
294 JobId string `json:"jobid,omitempty"` // if set, the block will render this jobid's pty output
295}
296
297func (*Block) GetOType() string {
298 return OType_Block

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected