georgejecook / maestro-roku

MIT License
23 stars 14 forks source link

allow mc.createSGNode to create whole graphs of objects #408

Open georgejecook opened 1 year ago

georgejecook commented 1 year ago

e.g. this should result in node{ debugFlags: node {video: node, home: node} }

mc.createSGNode({ _type: "Content" debugFlags: { _type: "Content" video: { _type: "Content" hardCodedURl: true } home: { _type: "Content" forceHardCodedData: true } } })