{"id":"ui--yuiAuthoredRuntime","name":"yuiAuthoredRuntime","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiAuthoredRuntime","description":"A yui authored runtime record carrying schema, schemaVersion, id, nodes, states, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"schema","kind":"field","type":"text","description":"Stores schema as text.","signature":"text schema","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"schemaVersion","kind":"field","type":"int","description":"Stores schema version as int.","signature":"int schemaVersion","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"id","kind":"field","type":"text","description":"Stores id as text.","signature":"text id","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"nodes","kind":"field","type":"list of yuiAuthoredNode","description":"Stores nodes as list of yuiAuthoredNode.","signature":"list of yuiAuthoredNode nodes","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"states","kind":"field","type":"list of yuiAuthoredState","description":"Stores states as list of yuiAuthoredState.","signature":"list of yuiAuthoredState states","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"properties","kind":"field","type":"list of yuiAuthoredProperty","description":"Stores properties as list of yuiAuthoredProperty.","signature":"list of yuiAuthoredProperty properties","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"bindings","kind":"field","type":"list of yuiAuthoredBinding","description":"Stores bindings as list of yuiAuthoredBinding.","signature":"list of yuiAuthoredBinding bindings","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"bindingBuckets","kind":"field","type":"list of yuiAuthoredBindingBucket","description":"Stores binding buckets as list of yuiAuthoredBindingBucket.","signature":"list of yuiAuthoredBindingBucket bindingBuckets","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"ownerIndex","kind":"field","type":"list of yuiAuthoredOwnerIndexBucket","description":"Stores owner index as list of yuiAuthoredOwnerIndexBucket.","signature":"list of yuiAuthoredOwnerIndexBucket ownerIndex","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"dirtyReceipts","kind":"field","type":"list of yuiAuthoredDirtyReceipt","description":"Stores dirty receipts as list of yuiAuthoredDirtyReceipt.","signature":"list of yuiAuthoredDirtyReceipt dirtyReceipts","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"revision","kind":"field","type":"int","description":"Stores revision as int.","signature":"int revision","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"mutationRevision","kind":"field","type":"int","description":"Stores mutation revision as int.","signature":"int mutationRevision","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"lastMutationBindingsScanned","kind":"field","type":"int","description":"Stores last mutation bindings scanned as int.","signature":"int lastMutationBindingsScanned","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"lastMutationOwnersAffected","kind":"field","type":"int","description":"Stores last mutation owners affected as int.","signature":"int lastMutationOwnersAffected","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"lastMutationPropertiesUpdated","kind":"field","type":"int","description":"Stores last mutation properties updated as int.","signature":"int lastMutationPropertiesUpdated","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"diagnostic","kind":"field","type":"text","description":"Stores diagnostic as text.","signature":"text diagnostic","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"yuiAuthoredRuntime","kind":"constructor","parameters":[{"name":"id","type":"text","description":"Id."}],"returns":"void","signature":"yuiAuthoredRuntime(text id)","description":"Yui authored runtime.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"NodeIndex","kind":"method","parameters":[{"name":"nodeId","type":"text","description":"Node id."}],"returns":"int","signature":"NodeIndex(text nodeId) returns int","description":"Node index.","tags":["thing","method","ui"],"exampleId":"method-NodeIndex-17","updated":"2026-09-09"},{"name":"StateIndex","kind":"method","parameters":[{"name":"stateId","type":"text","description":"State id."}],"returns":"int","signature":"StateIndex(text stateId) returns int","description":"State index.","tags":["thing","method","ui"],"exampleId":"method-StateIndex-18","updated":"2026-09-09"},{"name":"PropertyIndex","kind":"method","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"propertyName","type":"text","description":"Property name."}],"returns":"int","signature":"PropertyIndex(text ownerId, text propertyName) returns int","description":"Property index.","tags":["thing","method","ui"],"exampleId":"method-PropertyIndex-19","updated":"2026-09-09"},{"name":"OwnerIndex","kind":"method","parameters":[{"name":"ownerId","type":"text","description":"Owner id."}],"returns":"int","signature":"OwnerIndex(text ownerId) returns int","description":"Owner index.","tags":["thing","method","ui"],"exampleId":"method-OwnerIndex-20","updated":"2026-09-09"},{"name":"BindingBucketIndex","kind":"method","parameters":[{"name":"stateId","type":"text","description":"State id."}],"returns":"int","signature":"BindingBucketIndex(text stateId) returns int","description":"Binding bucket index.","tags":["thing","method","ui"],"exampleId":"method-BindingBucketIndex-21","updated":"2026-09-09"},{"name":"BeginMutationBatch","kind":"method","parameters":[],"returns":"void","signature":"BeginMutationBatch()","description":"Begin mutation batch.","tags":["thing","method","ui"],"exampleId":"method-BeginMutationBatch-22","updated":"2026-09-09"},{"name":"HasDirtyOwner","kind":"method","parameters":[{"name":"ownerId","type":"text","description":"Owner id."}],"returns":"bool","signature":"HasDirtyOwner(text ownerId) returns bool","description":"Has dirty owner.","tags":["thing","method","ui"],"exampleId":"method-HasDirtyOwner-23","updated":"2026-09-09"},{"name":"DirtyReceiptIndex","kind":"method","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"dependencyKey","type":"text","description":"Dependency key."},{"name":"scope","type":"text","description":"Scope."}],"returns":"int","signature":"DirtyReceiptIndex(text ownerId, text dependencyKey, text scope) returns int","description":"Dirty receipt index.","tags":["thing","method","ui"],"exampleId":"method-DirtyReceiptIndex-24","updated":"2026-09-09"},{"name":"RecordDirty","kind":"method","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"dependencyKey","type":"text","description":"Dependency key."},{"name":"scope","type":"text","description":"Scope."},{"name":"source","type":"text","description":"Source."}],"returns":"bool","signature":"RecordDirty(text ownerId, text dependencyKey, text scope, text source) returns bool","description":"Record dirty.","tags":["thing","method","ui"],"exampleId":"method-RecordDirty-25","updated":"2026-09-09"},{"name":"Reject","kind":"method","parameters":[{"name":"operation","type":"text","description":"Operation."},{"name":"reason","type":"text","description":"Reason."}],"returns":"bool","signature":"Reject(text operation, text reason) returns bool","description":"Reject.","tags":["thing","method","ui"],"exampleId":"method-Reject-26","updated":"2026-09-09"},{"name":"Accept","kind":"method","parameters":[],"returns":"void","signature":"Accept()","description":"Accept.","tags":["thing","method","ui"],"exampleId":"method-Accept-27","updated":"2026-09-09"},{"name":"AddNode","kind":"method","parameters":[{"name":"node","type":"yuiAuthoredNode","description":"Node."}],"returns":"bool","signature":"AddNode(yuiAuthoredNode node) returns bool","description":"Add node.","tags":["thing","method","ui"],"exampleId":"method-AddNode-28","updated":"2026-09-09"},{"name":"AddState","kind":"method","parameters":[{"name":"state","type":"yuiAuthoredState","description":"State."}],"returns":"bool","signature":"AddState(yuiAuthoredState state) returns bool","description":"Add state.","tags":["thing","method","ui"],"exampleId":"method-AddState-29","updated":"2026-09-09"},{"name":"AddProperty","kind":"method","parameters":[{"name":"property","type":"yuiAuthoredProperty","description":"Property."}],"returns":"bool","signature":"AddProperty(yuiAuthoredProperty property) returns bool","description":"Add property.","tags":["thing","method","ui"],"exampleId":"method-AddProperty-30","updated":"2026-09-09"},{"name":"AddBinding","kind":"method","parameters":[{"name":"binding","type":"yuiAuthoredBinding","description":"Binding."}],"returns":"bool","signature":"AddBinding(yuiAuthoredBinding binding) returns bool","description":"Add binding.","tags":["thing","method","ui"],"exampleId":"method-AddBinding-31","updated":"2026-09-09"},{"name":"BoundPropertyValue","kind":"method","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"propertyName","type":"text","description":"Property name."}],"returns":"text","signature":"BoundPropertyValue(text ownerId, text propertyName) returns text","description":"Bound property value.","tags":["thing","method","ui"],"exampleId":"method-BoundPropertyValue-32","updated":"2026-09-09"},{"name":"StateValue","kind":"method","parameters":[{"name":"stateId","type":"text","description":"State id."}],"returns":"text","signature":"StateValue(text stateId) returns text","description":"State value.","tags":["thing","method","ui"],"exampleId":"method-StateValue-33","updated":"2026-09-09"},{"name":"ResolvedPropertyValue","kind":"method","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"propertyName","type":"text","description":"Property name."}],"returns":"text","signature":"ResolvedPropertyValue(text ownerId, text propertyName) returns text","description":"Resolved property value.","tags":["thing","method","ui"],"exampleId":"method-ResolvedPropertyValue-34","updated":"2026-09-09"},{"name":"SetState","kind":"method","parameters":[{"name":"stateId","type":"text","description":"State id."},{"name":"value","type":"yuiAuthoredValue","description":"Value."}],"returns":"bool","signature":"SetState(text stateId, yuiAuthoredValue value) returns bool","description":"Set state.","tags":["thing","method","ui"],"exampleId":"method-SetState-35","updated":"2026-09-09"},{"name":"SetProperty","kind":"method","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"propertyName","type":"text","description":"Property name."},{"name":"value","type":"yuiAuthoredValue","description":"Value."},{"name":"dependencyKey","type":"text","description":"Dependency key."},{"name":"scope","type":"text","description":"Scope."},{"name":"source","type":"text","description":"Source."}],"returns":"bool","signature":"SetProperty(text ownerId, text propertyName, yuiAuthoredValue value, text dependencyKey, text scope, text source) returns bool","description":"Set property.","tags":["thing","method","ui"],"exampleId":"method-SetProperty-36","updated":"2026-09-09"},{"name":"PropertySummary","kind":"method","parameters":[{"name":"nodeId","type":"text","description":"Node id."}],"returns":"text","signature":"PropertySummary(text nodeId) returns text","description":"Property summary.","tags":["thing","method","ui"],"exampleId":"method-PropertySummary-37","updated":"2026-09-09"},{"name":"ToTree","kind":"method","parameters":[],"returns":"yuiTree","signature":"ToTree() returns yuiTree","description":"To tree.","tags":["thing","method","ui"],"exampleId":"method-ToTree-38","updated":"2026-09-09"},{"name":"ShapeEquivalent","kind":"method","parameters":[{"name":"other","type":"yuiAuthoredRuntime","description":"Other."}],"returns":"bool","signature":"ShapeEquivalent(yuiAuthoredRuntime other) returns bool","description":"Shape equivalent.","tags":["thing","method","ui"],"exampleId":"method-ShapeEquivalent-39","updated":"2026-09-09"},{"name":"StatesEquivalent","kind":"method","parameters":[{"name":"other","type":"yuiAuthoredRuntime","description":"Other."}],"returns":"bool","signature":"StatesEquivalent(yuiAuthoredRuntime other) returns bool","description":"States equivalent.","tags":["thing","method","ui"],"exampleId":"method-StatesEquivalent-40","updated":"2026-09-09"},{"name":"PropertiesEquivalent","kind":"method","parameters":[{"name":"other","type":"yuiAuthoredRuntime","description":"Other."}],"returns":"bool","signature":"PropertiesEquivalent(yuiAuthoredRuntime other) returns bool","description":"Properties equivalent.","tags":["thing","method","ui"],"exampleId":"method-PropertiesEquivalent-41","updated":"2026-09-09"},{"name":"BindingsEquivalent","kind":"method","parameters":[{"name":"other","type":"yuiAuthoredRuntime","description":"Other."}],"returns":"bool","signature":"BindingsEquivalent(yuiAuthoredRuntime other) returns bool","description":"Bindings equivalent.","tags":["thing","method","ui"],"exampleId":"method-BindingsEquivalent-42","updated":"2026-09-09"},{"name":"ContractEquivalent","kind":"method","parameters":[{"name":"other","type":"yuiAuthoredRuntime","description":"Other."}],"returns":"bool","signature":"ContractEquivalent(yuiAuthoredRuntime other) returns bool","description":"Contract equivalent.","tags":["thing","method","ui"],"exampleId":"method-ContractEquivalent-43","updated":"2026-09-09"},{"name":"RenderLayoutReport","kind":"method","parameters":[],"returns":"text","signature":"RenderLayoutReport() returns text","description":"Render layout report.","tags":["thing","method","ui"],"exampleId":"method-RenderLayoutReport-44","updated":"2026-09-09"},{"name":"RenderCommandReport","kind":"method","parameters":[],"returns":"text","signature":"RenderCommandReport() returns text","description":"Render command report.","tags":["thing","method","ui"],"exampleId":"method-RenderCommandReport-45","updated":"2026-09-09"},{"name":"RenderAccessibilityReport","kind":"method","parameters":[],"returns":"text","signature":"RenderAccessibilityReport() returns text","description":"Render accessibility report.","tags":["thing","method","ui"],"exampleId":"method-RenderAccessibilityReport-46","updated":"2026-09-09"},{"name":"RenderPaintReport","kind":"method","parameters":[],"returns":"text","signature":"RenderPaintReport() returns text","description":"Render paint report.","tags":["thing","method","ui"],"exampleId":"method-RenderPaintReport-47","updated":"2026-09-09"},{"name":"RenderReport","kind":"method","parameters":[],"returns":"text","signature":"RenderReport() returns text","description":"Render report.","tags":["thing","method","ui"],"exampleId":"method-RenderReport-48","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/authoring-10-runtime.yh","line":4,"sha256":"913d433f9126bc49fc947977e900063c484ce5e25d39ac35d60eee7a0dab99d7"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use yuiAuthoredRuntime","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using ui\n\n// Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.\nyuiAuthoredRuntime sample = yuiAuthoredRuntime(\"id\")\nConsole.Log(Text.From(sample.schema))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"b363accfc158c983f47da7697560e3fe4232cfc80b75f8c476e9d7a1bf372278","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-NodeIndex-17","title":"yuiAuthoredRuntime.NodeIndex","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Node index.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_nodeId = \"argument node Id\"\nint result = instance.NodeIndex(argument_nodeId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"75100cfe858df31a21689849272b88efc3500a5ef41f7512782bd5303377afc9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-StateIndex-18","title":"yuiAuthoredRuntime.StateIndex","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// State index.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_stateId = \"argument state Id\"\nint result = instance.StateIndex(argument_stateId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"34771a327ab0ff67340f77493cef5d67b526a6b1b2d3a0a3ac32e220ea6f396c","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-PropertyIndex-19","title":"yuiAuthoredRuntime.PropertyIndex","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Property index.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_ownerId = \"argument owner Id\"\ntext argument_propertyName = \"argument property Name\"\nint result = instance.PropertyIndex(argument_ownerId, argument_propertyName)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"ebd985b15dfdf10e02205514566fd5bc228020b0e1ee9b6a017aca47fe4ab8ba","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-OwnerIndex-20","title":"yuiAuthoredRuntime.OwnerIndex","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Owner index.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_ownerId = \"argument owner Id\"\nint result = instance.OwnerIndex(argument_ownerId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"6802c9c9b72da2df7fc514cbf96387be412d3cd9c04368032bb214d683eaf9b5","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-BindingBucketIndex-21","title":"yuiAuthoredRuntime.BindingBucketIndex","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Binding bucket index.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_stateId = \"argument state Id\"\nint result = instance.BindingBucketIndex(argument_stateId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"61a70edfce174fb898f3e0e3b18c2d83bd931d9a650b1cedcddedaa2bc9e8227","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-BeginMutationBatch-22","title":"yuiAuthoredRuntime.BeginMutationBatch","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Begin mutation batch.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ninstance.BeginMutationBatch()\nConsole.Log(\"BeginMutationBatch completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"4033202f21b11b69df4647f6c7ec9d806444b124d3e8092848e937630200db2f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-HasDirtyOwner-23","title":"yuiAuthoredRuntime.HasDirtyOwner","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Has dirty owner.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_ownerId = \"argument owner Id\"\nbool result = instance.HasDirtyOwner(argument_ownerId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"9e19b93443ad8ac9afa6bfb8b73e9b739b5f2e18c354a1ded202364147afb695","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-DirtyReceiptIndex-24","title":"yuiAuthoredRuntime.DirtyReceiptIndex","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Dirty receipt index.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_ownerId = \"argument owner Id\"\ntext argument_dependencyKey = \"argument dependency Key\"\ntext argument_scope = \"argument scope\"\nint result = instance.DirtyReceiptIndex(argument_ownerId, argument_dependencyKey, argument_scope)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"47e67f45ae9be028c6e282ca67ed3858e3fb2c883c52db2d73738fdd50f99b44","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-RecordDirty-25","title":"yuiAuthoredRuntime.RecordDirty","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Record dirty.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_ownerId = \"argument owner Id\"\ntext argument_dependencyKey = \"argument dependency Key\"\ntext argument_scope = \"argument scope\"\ntext argument_source = \"argument source\"\nbool result = instance.RecordDirty(argument_ownerId, argument_dependencyKey, argument_scope, argument_source)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"9a1a3d2f90253dccd93da0e151ac7de987c0302eb2a144a6a245f3fa12920afd","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Reject-26","title":"yuiAuthoredRuntime.Reject","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Reject.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_operation = \"argument operation\"\ntext argument_reason = \"argument reason\"\nbool result = instance.Reject(argument_operation, argument_reason)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"79abe2dba1311fcdeb47ba2c1f60a49c35b35cb119649faf987f61ea03469087","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Accept-27","title":"yuiAuthoredRuntime.Accept","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Accept.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ninstance.Accept()\nConsole.Log(\"Accept completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"9c0dd9b4350f560cc042e5889ed42ba870a7d73e3496126cce25da6a2f25c435","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddNode-28","title":"yuiAuthoredRuntime.AddNode","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Add node.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredNode argument_node = yuiAuthoredNode(\"id\", \"parent Id\", \"kind\", \"role\", \"accessibility Name\", \"example\", true)\nbool result = instance.AddNode(argument_node)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"b8a228a8ddecd6dd3d57909246c93cb8385af05200936df2f27ee49cd0aab308","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddState-29","title":"yuiAuthoredRuntime.AddState","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Add state.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredState argument_state = yuiAuthoredState(\"id\", \"type Name\", yuiAuthoredValue(\"kind\", \"type Name\", \"encoded\"), \"example\", true)\nbool result = instance.AddState(argument_state)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"7b19801ad8e317f713d8b084e2ee13885e6c8102f9358494b1afbcb69a05a897","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddProperty-30","title":"yuiAuthoredRuntime.AddProperty","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Add property.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredProperty argument_property = yuiAuthoredProperty(\"owner Id\", \"Nova\", yuiAuthoredValue(\"kind\", \"type Name\", \"encoded\"), \"example\")\nbool result = instance.AddProperty(argument_property)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"8c2d609258a4d86aaa006366ad525e7f64928ae1da395e75efd74c6123aacec7","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddBinding-31","title":"yuiAuthoredRuntime.AddBinding","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Add binding.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredBinding argument_binding = yuiAuthoredBinding(\"kind\", \"owner Id\", \"property Name\", \"target\", \"type Name\", \"example\")\nbool result = instance.AddBinding(argument_binding)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"65b1c19ae94bda2fd60194b44a3c49879d0cbf7181e4c25ee6c59611d90793a0","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-BoundPropertyValue-32","title":"yuiAuthoredRuntime.BoundPropertyValue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Bound property value.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_ownerId = \"argument owner Id\"\ntext argument_propertyName = \"argument property Name\"\ntext result = instance.BoundPropertyValue(argument_ownerId, argument_propertyName)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"d5c4ac178aec9eefe701c66e6c00884cab11f653ec96013a08dd58373a2f693e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-StateValue-33","title":"yuiAuthoredRuntime.StateValue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// State value.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_stateId = \"argument state Id\"\ntext result = instance.StateValue(argument_stateId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"66e09ea60f35e3ed26e569a71bf2d0868ae8b24db06251327d00eaf98c690b28","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ResolvedPropertyValue-34","title":"yuiAuthoredRuntime.ResolvedPropertyValue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Resolved property value.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_ownerId = \"argument owner Id\"\ntext argument_propertyName = \"argument property Name\"\ntext result = instance.ResolvedPropertyValue(argument_ownerId, argument_propertyName)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"91b2cfdc9545fa431ae71350bdb1f059f6f0a675ea54ac8e2aad51f4165e801a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-SetState-35","title":"yuiAuthoredRuntime.SetState","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Set state.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_stateId = \"argument state Id\"\nyuiAuthoredValue argument_value = yuiAuthoredValue(\"kind\", \"type Name\", \"encoded\")\nbool result = instance.SetState(argument_stateId, argument_value)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"f82d79a28d94d969c3b9e0bdaaf52085073f8e630cc47dc2a6815fc1a301d10f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-SetProperty-36","title":"yuiAuthoredRuntime.SetProperty","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Set property.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_ownerId = \"argument owner Id\"\ntext argument_propertyName = \"argument property Name\"\nyuiAuthoredValue argument_value = yuiAuthoredValue(\"kind\", \"type Name\", \"encoded\")\ntext argument_dependencyKey = \"argument dependency Key\"\ntext argument_scope = \"argument scope\"\ntext argument_source = \"argument source\"\nbool result = instance.SetProperty(argument_ownerId, argument_propertyName, argument_value, argument_dependencyKey, argument_scope, argument_source)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"1a451187c54ea1f00607be00fd2b9e18037879b5de7f0f2d803950934fac7fdb","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-PropertySummary-37","title":"yuiAuthoredRuntime.PropertySummary","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Property summary.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext argument_nodeId = \"argument node Id\"\ntext result = instance.PropertySummary(argument_nodeId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"8bbbfbacf44386e0b77f361da587caebcb046ab0f01cc9bae3ab93532ce7d0ee","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ToTree-38","title":"yuiAuthoredRuntime.ToTree","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// To tree.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiTree result = instance.ToTree()\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"d6e471ad497e5c4992ba1ad8c0da2dda222ef96ebce583a883bc36739cbd95a8","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ShapeEquivalent-39","title":"yuiAuthoredRuntime.ShapeEquivalent","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Shape equivalent.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredRuntime argument_other = yuiAuthoredRuntime(\"id\")\nbool result = instance.ShapeEquivalent(argument_other)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"97c746d70b7876f9040e6a84b005a40b5cf1f08eb1ed5aa561d0dbf4c6502210","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-StatesEquivalent-40","title":"yuiAuthoredRuntime.StatesEquivalent","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// States equivalent.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredRuntime argument_other = yuiAuthoredRuntime(\"id\")\nbool result = instance.StatesEquivalent(argument_other)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"e6c81dbb23ce6fd9a51a25a690e70ef3c37d58dd01437734c566adcb44c88789","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-PropertiesEquivalent-41","title":"yuiAuthoredRuntime.PropertiesEquivalent","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Properties equivalent.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredRuntime argument_other = yuiAuthoredRuntime(\"id\")\nbool result = instance.PropertiesEquivalent(argument_other)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"5ac737c70aa4765aba22053719e077d836ae5bfc8044f12c429750f427385342","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-BindingsEquivalent-42","title":"yuiAuthoredRuntime.BindingsEquivalent","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Bindings equivalent.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredRuntime argument_other = yuiAuthoredRuntime(\"id\")\nbool result = instance.BindingsEquivalent(argument_other)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"3968b4ce375b1882a6e7f9aceb99494f1fab216d5d8212a8a4c1f6f6553657d6","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ContractEquivalent-43","title":"yuiAuthoredRuntime.ContractEquivalent","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Contract equivalent.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\nyuiAuthoredRuntime argument_other = yuiAuthoredRuntime(\"id\")\nbool result = instance.ContractEquivalent(argument_other)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"43506c361c6bda04371d989b918ee1a8467cb46783df658f8efeea1b0a52bba7","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-RenderLayoutReport-44","title":"yuiAuthoredRuntime.RenderLayoutReport","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Render layout report.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext result = instance.RenderLayoutReport()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"0adae8d9adda0247d723dc009aa656af3e2510ff2d486d584511972b56439df1","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-RenderCommandReport-45","title":"yuiAuthoredRuntime.RenderCommandReport","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Render command report.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext result = instance.RenderCommandReport()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"875e8be2c7eddefac6498fc497ecc92654014eae95348d3cc11e6808507c3607","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-RenderAccessibilityReport-46","title":"yuiAuthoredRuntime.RenderAccessibilityReport","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Render accessibility report.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext result = instance.RenderAccessibilityReport()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"e95af9095c9a0b9a7e1466ded66cc452ad889507b0298ce386f496e9c679c6b9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-RenderPaintReport-47","title":"yuiAuthoredRuntime.RenderPaintReport","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Render paint report.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext result = instance.RenderPaintReport()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"e51ccb97a2e2024a8205e4bc5d4c8d99aacd8bea0c38e974b75bc33529381dea","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-RenderReport-48","title":"yuiAuthoredRuntime.RenderReport","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Render report.\nyuiAuthoredRuntime instance = yuiAuthoredRuntime(\"id\")\ntext result = instance.RenderReport()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiauthoredruntime\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"5d0d0f9b4d8db129a23acc4f6118fc5684a9654cbfa4dd38874196fb2bdc5578","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["schema","schemaVersion","id","nodes","states","properties","bindings","bindingBuckets","ownerIndex","dirtyReceipts","revision","mutationRevision","lastMutationBindingsScanned","lastMutationOwnersAffected","lastMutationPropertiesUpdated","diagnostic","yuiAuthoredRuntime","NodeIndex","StateIndex","PropertyIndex","OwnerIndex","BindingBucketIndex","BeginMutationBatch","HasDirtyOwner","DirtyReceiptIndex","RecordDirty","Reject","Accept","AddNode","AddState","AddProperty","AddBinding","BoundPropertyValue","StateValue","ResolvedPropertyValue","SetState","SetProperty","PropertySummary","ToTree","ShapeEquivalent","StatesEquivalent","PropertiesEquivalent","BindingsEquivalent","ContractEquivalent","RenderLayoutReport","RenderCommandReport","RenderAccessibilityReport","RenderPaintReport","RenderReport"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiAuthoredRuntime","json":"https://demonhunterlabs.com/reference/items/ui--yuiAuthoredRuntime.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiAuthoredRuntime.md"}
