{"id":"ui--yuiIconArtworkCatalog","name":"yuiIconArtworkCatalog","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiIconArtworkCatalog","description":"A yui icon artwork catalog record carrying artwork, diagnostic.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"artwork","kind":"field","type":"list of yuiIconArtwork","description":"Stores artwork as list of yuiIconArtwork.","signature":"list of yuiIconArtwork artwork","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":"yuiIconArtworkCatalog","kind":"constructor","parameters":[],"returns":"void","signature":"yuiIconArtworkCatalog()","description":"Yui icon artwork catalog.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"IndexOf","kind":"method","parameters":[{"name":"semanticName","type":"text","description":"Semantic name."}],"returns":"int","signature":"IndexOf(text semanticName) returns int","description":"Index of.","tags":["thing","method","ui"],"exampleId":"method-IndexOf-3","updated":"2026-09-09"},{"name":"Register","kind":"method","parameters":[{"name":"entry","type":"yuiIconArtwork","description":"Entry."}],"returns":"bool","signature":"Register(yuiIconArtwork entry) returns bool","description":"Register.","tags":["thing","method","ui"],"exampleId":"method-Register-4","updated":"2026-09-09"},{"name":"Has","kind":"method","parameters":[{"name":"semanticName","type":"text","description":"Semantic name."}],"returns":"bool","signature":"Has(text semanticName) returns bool","description":"Has.","tags":["thing","method","ui"],"exampleId":"method-Has-5","updated":"2026-09-09"},{"name":"Resolve","kind":"method","parameters":[{"name":"semanticName","type":"text","description":"Semantic name."}],"returns":"yuiIconArtwork","signature":"Resolve(text semanticName) returns yuiIconArtwork","description":"Resolve.","tags":["thing","method","ui"],"exampleId":"method-Resolve-6","updated":"2026-09-09"},{"name":"Names","kind":"method","parameters":[],"returns":"list of text","signature":"Names() returns list of text","description":"Names.","tags":["thing","method","ui"],"exampleId":"method-Names-7","updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[],"returns":"text","signature":"ValidationIssue() returns text","description":"Validation issue.","tags":["thing","method","ui"],"exampleId":"method-ValidationIssue-8","updated":"2026-09-09"},{"name":"Signature","kind":"method","parameters":[],"returns":"text","signature":"Signature() returns text","description":"Signature.","tags":["thing","method","ui"],"exampleId":"method-Signature-9","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/media-icons.yh","line":89,"sha256":"52c0d3d884abd8fb470e1f85be47e81860dfd3b0059365d9f9827dfa4316d8ba"},"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 yuiIconArtworkCatalog","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.\nyuiIconArtworkCatalog sample = yuiIconArtworkCatalog()\nConsole.Log(Text.From(sample.diagnostic))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartworkcatalog\"\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":"3e4f1b570359898cb7646aa8d3a58f4a4e7fe4d81efdab5c767a329ba807a03c","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-IndexOf-3","title":"yuiIconArtworkCatalog.IndexOf","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Index of.\nyuiIconArtworkCatalog instance = yuiIconArtworkCatalog()\ntext argument_semanticName = \"argument semantic Name\"\nint result = instance.IndexOf(argument_semanticName)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartworkcatalog\"\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":"a0e7e0ecdd60cd135c8862c72740507fa1ad414099664a86f9d04cc154769adc","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Register-4","title":"yuiIconArtworkCatalog.Register","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Register.\nyuiIconArtworkCatalog instance = yuiIconArtworkCatalog()\nyuiIconArtwork argument_entry = yuiIconArtwork(\"semantic Name\", \"body\", \"drawing\", true, \"default Tint Role\", \"example\")\nbool result = instance.Register(argument_entry)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartworkcatalog\"\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":"c92cbc04b044667ccce08cf1c8c8ce839672cb5583d39688a3be412327291958","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Has-5","title":"yuiIconArtworkCatalog.Has","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Has.\nyuiIconArtworkCatalog instance = yuiIconArtworkCatalog()\ntext argument_semanticName = \"argument semantic Name\"\nbool result = instance.Has(argument_semanticName)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartworkcatalog\"\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":"549bcd99cceab9081ffb5732d2eb23d4b0cb0c6ad85f619c21fcb9ad49babff5","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Resolve-6","title":"yuiIconArtworkCatalog.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.\nyuiIconArtworkCatalog instance = yuiIconArtworkCatalog()\ntext argument_semanticName = \"argument semantic Name\"\nyuiIconArtwork result = instance.Resolve(argument_semanticName)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartworkcatalog\"\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":"e9d2a48569bb037bc240b18057be24d98a9cc02cf8546be37b707d202bcc67ac","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Names-7","title":"yuiIconArtworkCatalog.Names","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Names.\nyuiIconArtworkCatalog instance = yuiIconArtworkCatalog()\nlist of text result = instance.Names()\nConsole.Log(Text.From(result.count))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartworkcatalog\"\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":"3666ea953012b7bd39ae0e2cad10cc0ef58179701df6952708e5f19b2cd228e9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-8","title":"yuiIconArtworkCatalog.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.\nyuiIconArtworkCatalog instance = yuiIconArtworkCatalog()\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartworkcatalog\"\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":"2795b2aaf4da5686aff8256b18d48d229fafd2ab7e96f26e0e37c45e3bf95b1d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Signature-9","title":"yuiIconArtworkCatalog.Signature","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Signature.\nyuiIconArtworkCatalog instance = yuiIconArtworkCatalog()\ntext result = instance.Signature()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartworkcatalog\"\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":"e034624e99e96215c525ba07ea1e093b83e75401c2314e9d68b97cf66c211bb4","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["artwork","diagnostic","yuiIconArtworkCatalog","IndexOf","Register","Has","Resolve","Names","ValidationIssue","Signature"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiIconArtworkCatalog","json":"https://demonhunterlabs.com/reference/items/ui--yuiIconArtworkCatalog.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiIconArtworkCatalog.md"}
