{"id":"ui--yuiIconArtwork","name":"yuiIconArtwork","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiIconArtwork","description":"A yui icon artwork record carrying semanticName, body, drawing, mirrorInRtl, defaultTintRole, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"semanticName","kind":"field","type":"text","description":"Stores semantic name as text.","signature":"text semanticName","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"body","kind":"field","type":"text","description":"Stores body as text.","signature":"text body","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"drawing","kind":"field","type":"text","description":"Stores drawing as text.","signature":"text drawing","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"mirrorInRtl","kind":"field","type":"bool","description":"Stores mirror in rtl as bool.","signature":"bool mirrorInRtl","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"defaultTintRole","kind":"field","type":"text","description":"Stores default tint role as text.","signature":"text defaultTintRole","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"yuiIconArtwork","kind":"constructor","parameters":[{"name":"semanticName","type":"text","description":"Semantic name."},{"name":"body","type":"text","description":"Body."},{"name":"drawing","type":"text","description":"Drawing."},{"name":"mirrorInRtl","type":"bool","description":"Mirror in rtl."},{"name":"defaultTintRole","type":"text","description":"Default tint role."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"yuiIconArtwork(text semanticName, text body, text drawing, bool mirrorInRtl, text defaultTintRole, text source)","description":"Yui icon artwork.","tags":["thing","constructor","ui"],"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-7","updated":"2026-09-09"},{"name":"Document","kind":"method","parameters":[{"name":"size","type":"int","description":"Size."}],"returns":"text","signature":"Document(int size) returns text","description":"Document.","tags":["thing","method","ui"],"exampleId":"method-Document-8","updated":"2026-09-09"},{"name":"ContentIdentity","kind":"method","parameters":[{"name":"size","type":"int","description":"Size."}],"returns":"text","signature":"ContentIdentity(int size) returns text","description":"Content identity.","tags":["thing","method","ui"],"exampleId":"method-ContentIdentity-9","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","ui"],"exampleId":"method-Describe-10","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":25,"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 yuiIconArtwork","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.\nyuiIconArtwork sample = yuiIconArtwork(\"semantic Name\", \"body\", \"drawing\", true, \"default Tint Role\", \"example\")\nConsole.Log(Text.From(sample.semanticName))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartwork\"\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":"0d4871b5c6771a424817fe2a6eb888ccfed66db736fdefa8a78f17e75d013490","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-7","title":"yuiIconArtwork.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.\nyuiIconArtwork instance = yuiIconArtwork(\"semantic Name\", \"body\", \"drawing\", true, \"default Tint Role\", \"example\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartwork\"\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":"06eafa44a4d6fea70d80ef8af625be5c9b14b3afbe4adeb1c19904a150ebbf5a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Document-8","title":"yuiIconArtwork.Document","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Document.\nyuiIconArtwork instance = yuiIconArtwork(\"semantic Name\", \"body\", \"drawing\", true, \"default Tint Role\", \"example\")\nint argument_size = 1\ntext result = instance.Document(argument_size)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartwork\"\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":"51aa76a486ecf3118f2e8fed7e6a0d571f0cdb2cc6ce1fd75c7d8f3e753d333c","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ContentIdentity-9","title":"yuiIconArtwork.ContentIdentity","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Content identity.\nyuiIconArtwork instance = yuiIconArtwork(\"semantic Name\", \"body\", \"drawing\", true, \"default Tint Role\", \"example\")\nint argument_size = 1\ntext result = instance.ContentIdentity(argument_size)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartwork\"\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":"d9101fd94f59f6b66ced05071aaddd50d232890e78c849a33d7ae08485ebfab8","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-10","title":"yuiIconArtwork.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.\nyuiIconArtwork instance = yuiIconArtwork(\"semantic Name\", \"body\", \"drawing\", true, \"default Tint Role\", \"example\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuiiconartwork\"\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":"3d2504bc00d4f2148e0cfaf71a8fba0b6e72fed0a62dc87e7058f9d5e0f1110f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["semanticName","body","drawing","mirrorInRtl","defaultTintRole","source","yuiIconArtwork","ValidationIssue","Document","ContentIdentity","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiIconArtwork","json":"https://demonhunterlabs.com/reference/items/ui--yuiIconArtwork.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiIconArtwork.md"}
