{"id":"ui--yuiCommandResolution","name":"yuiCommandResolution","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiCommandResolution","description":"A yui command resolution record carrying resolved, command, bindingId, scopeRootId, chord, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"resolved","kind":"field","type":"bool","description":"Stores resolved as bool.","signature":"bool resolved","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"command","kind":"field","type":"text","description":"Stores command as text.","signature":"text command","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"bindingId","kind":"field","type":"text","description":"Stores binding id as text.","signature":"text bindingId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"scopeRootId","kind":"field","type":"text","description":"Stores scope root id as text.","signature":"text scopeRootId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"chord","kind":"field","type":"text","description":"Stores chord as text.","signature":"text chord","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":"yuiCommandResolution","kind":"constructor","parameters":[{"name":"chord","type":"text","description":"Chord."}],"returns":"void","signature":"yuiCommandResolution(text chord)","description":"Yui command resolution.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"Resolve","kind":"method","parameters":[{"name":"binding","type":"yuiCommandBinding","description":"Binding."}],"returns":"void","signature":"Resolve(yuiCommandBinding binding)","description":"Resolve.","tags":["thing","method","ui"],"exampleId":"method-Resolve-7","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","ui"],"exampleId":"method-Describe-8","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/interaction-commands.yh","line":27,"sha256":"e2e8c72c706ccbd69c0b2ddd233acc049f721eab01ee309405ef53839a4826b1"},"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 yuiCommandResolution","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.\nyuiCommandResolution sample = yuiCommandResolution(\"chord\")\nConsole.Log(Text.From(sample.resolved))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuicommandresolution\"\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":"fb122ceffdb2c25bcddb4eed803586dfce003e8b68a16ac8ceb4c9cb3552b2a0","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Resolve-7","title":"yuiCommandResolution.Resolve","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Resolve.\nyuiCommandResolution instance = yuiCommandResolution(\"chord\")\nyuiCommandBinding argument_binding = yuiCommandBinding(\"id\", \"scope Root Id\", \"chord\", \"command\", \"example\")\ninstance.Resolve(argument_binding)\nConsole.Log(\"Resolve completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuicommandresolution\"\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":"021f1bf8fd13bdc64ce28de502d6221536de36cc24386d7bfcda44f416dc4a13","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-8","title":"yuiCommandResolution.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Describe.\nyuiCommandResolution instance = yuiCommandResolution(\"chord\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuicommandresolution\"\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":"d060d27cec4f4f2ec35fba39e6e427c33e48c7b1d3399e2c3d418aea405197d9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["resolved","command","bindingId","scopeRootId","chord","diagnostic","yuiCommandResolution","Resolve","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiCommandResolution","json":"https://demonhunterlabs.com/reference/items/ui--yuiCommandResolution.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiCommandResolution.md"}
