Versions in this module Expand all Collapse all v0 v0.0.12 Oct 17, 2021 Changes in this version + type Attribute = map[string]V + type BlockDefinition struct + Description string + Family string + Fields []Field + Name string + Title string + func NewBlockDefinition(jsonStr string) *BlockDefinition + func NewBlocksDefinition(jsonStr string) []*BlockDefinition + type BlockInstance struct + Attributes map[string]Attribute + ID int + Name string + Title string + type Field struct + Attr string + Label string + Name string + Type string + type Link struct + ID int + OriginID int + OriginSlot int + TargetID int + TargetSlot int + type Scene struct + Blocks []BlockInstance + Links []Link + func NewScene(jsonStr string) *Scene + type V struct + Label string + Name string + Type string + Value interface{}