{"id":"ui--yuiAccessibilityTree","name":"yuiAccessibilityTree","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiAccessibilityTree","description":"A yui accessibility tree record carrying entries, diagnostic.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"entries","kind":"field","type":"list of yuiAccessibilityEntry","description":"Stores entries as list of yuiAccessibilityEntry.","signature":"list of yuiAccessibilityEntry entries","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":"yuiAccessibilityTree","kind":"constructor","parameters":[],"returns":"void","signature":"yuiAccessibilityTree()","description":"Yui accessibility tree.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"EntryIndex","kind":"method","parameters":[{"name":"id","type":"text","description":"Id."}],"returns":"int","signature":"EntryIndex(text id) returns int","description":"Entry index.","tags":["thing","method","ui"],"exampleId":"method-EntryIndex-3","updated":"2026-09-09"},{"name":"AddEntry","kind":"method","parameters":[{"name":"entry","type":"yuiAccessibilityEntry","description":"Entry."}],"returns":"bool","signature":"AddEntry(yuiAccessibilityEntry entry) returns bool","description":"Add entry.","tags":["thing","method","ui"],"exampleId":"method-AddEntry-4","updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[{"name":"componentTree","type":"yuiTree","description":"Component tree."}],"returns":"text","signature":"ValidationIssue(yuiTree componentTree) returns text","description":"Validation issue.","tags":["thing","method","ui"],"exampleId":"method-ValidationIssue-5","updated":"2026-09-09"},{"name":"Validate","kind":"method","parameters":[{"name":"componentTree","type":"yuiTree","description":"Component tree."}],"returns":"bool","signature":"Validate(yuiTree componentTree) returns bool","description":"Validate.","tags":["thing","method","ui"],"exampleId":"method-Validate-6","updated":"2026-09-09"},{"name":"RenderAccessibilityReport","kind":"method","parameters":[{"name":"componentTree","type":"yuiTree","description":"Component tree."}],"returns":"text","signature":"RenderAccessibilityReport(yuiTree componentTree) returns text","description":"Render accessibility report.","tags":["thing","method","ui"],"exampleId":"method-RenderAccessibilityReport-7","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/interaction-accessibility.yh","line":96,"sha256":"add4ec1f78ed916dfc0d9c88452bf8ea722dc6f705802ff936e1785dead3e163"},"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 yuiAccessibilityTree","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.\nyuiAccessibilityTree sample = yuiAccessibilityTree()\nConsole.Log(Text.From(sample.diagnostic))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiaccessibilitytree\"\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":"633fab3772f132e62041fe79d1c12d7282b30573a667ff7af42ec07c657187b6","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-EntryIndex-3","title":"yuiAccessibilityTree.EntryIndex","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Entry index.\nyuiAccessibilityTree instance = yuiAccessibilityTree()\ntext argument_id = \"argument id\"\nint result = instance.EntryIndex(argument_id)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiaccessibilitytree\"\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":"2d6206651b9597406656d3f28f7ec82fe38da7e8d0cdcfc4e9715003f7c8a0d0","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddEntry-4","title":"yuiAccessibilityTree.AddEntry","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Add entry.\nyuiAccessibilityTree instance = yuiAccessibilityTree()\nyuiAccessibilityEntry argument_entry = yuiAccessibilityEntry(\"id\", \"parent Id\", \"role\", \"Nova\", \"description\", \"value\", true)\nbool result = instance.AddEntry(argument_entry)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiaccessibilitytree\"\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":"64610e850d3d455e783f53b8ae62a0b0eaf54f3892e91ab7b1497a160e691739","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-5","title":"yuiAccessibilityTree.ValidationIssue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Validation issue.\nyuiAccessibilityTree instance = yuiAccessibilityTree()\nyuiTree argument_componentTree = yuiTree(\"id\")\ntext result = instance.ValidationIssue(argument_componentTree)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiaccessibilitytree\"\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":"ceace47163dbd47b64dfb26efe8927d51dddea36ddb0871d02195004e6ff3a5e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Validate-6","title":"yuiAccessibilityTree.Validate","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Validate.\nyuiAccessibilityTree instance = yuiAccessibilityTree()\nyuiTree argument_componentTree = yuiTree(\"id\")\nbool result = instance.Validate(argument_componentTree)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiaccessibilitytree\"\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":"9ad3763ea47b1e9ef45dc65d075e5cee4793c22f6c60a59dd091aa51b1031463","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-RenderAccessibilityReport-7","title":"yuiAccessibilityTree.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.\nyuiAccessibilityTree instance = yuiAccessibilityTree()\nyuiTree argument_componentTree = yuiTree(\"id\")\ntext result = instance.RenderAccessibilityReport(argument_componentTree)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiaccessibilitytree\"\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":"4086a5ef42f7fe333e374ab2e901089cd2d640ceaddb89f84eda50205868bbf8","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["entries","diagnostic","yuiAccessibilityTree","EntryIndex","AddEntry","ValidationIssue","Validate","RenderAccessibilityReport"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiAccessibilityTree","json":"https://demonhunterlabs.com/reference/items/ui--yuiAccessibilityTree.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiAccessibilityTree.md"}
