{"id":"ui--yuiFragmentDependencySignature","name":"yuiFragmentDependencySignature","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiFragmentDependencySignature","description":"A yui fragment dependency signature record carrying layoutKey, paintKey, resourceKey, motionKey, compositeKey, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"layoutKey","kind":"field","type":"text","description":"Stores layout key as text.","signature":"text layoutKey","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"paintKey","kind":"field","type":"text","description":"Stores paint key as text.","signature":"text paintKey","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"resourceKey","kind":"field","type":"text","description":"Stores resource key as text.","signature":"text resourceKey","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"motionKey","kind":"field","type":"text","description":"Stores motion key as text.","signature":"text motionKey","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"compositeKey","kind":"field","type":"text","description":"Stores composite key as text.","signature":"text compositeKey","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":"yuiFragmentDependencySignature","kind":"constructor","parameters":[{"name":"layoutKey","type":"text","description":"Layout key."},{"name":"paintKey","type":"text","description":"Paint key."},{"name":"resourceKey","type":"text","description":"Resource key."},{"name":"motionKey","type":"text","description":"Motion key."},{"name":"compositeKey","type":"text","description":"Composite key."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"yuiFragmentDependencySignature(text layoutKey, text paintKey, text resourceKey, text motionKey, text compositeKey, text source)","description":"Yui fragment dependency signature.","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":"ChangeScope","kind":"method","parameters":[{"name":"candidate","type":"yuiFragmentDependencySignature","description":"Candidate."}],"returns":"text","signature":"ChangeScope(yuiFragmentDependencySignature candidate) returns text","description":"Change scope.","tags":["thing","method","ui"],"exampleId":"method-ChangeScope-8","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","ui"],"exampleId":"method-Describe-9","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/render-50-retained-fragments.yh","line":91,"sha256":"1062403654e37b95d0b190990ad54290638b64d047aa164ee82220bd91ac0674"},"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 yuiFragmentDependencySignature","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.\nyuiFragmentDependencySignature sample = yuiFragmentDependencySignature(\"layout Key\", \"paint Key\", \"resource Key\", \"motion Key\", \"composite Key\", \"example\")\nConsole.Log(Text.From(sample.layoutKey))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuifragmentdependencysignature\"\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":"007acbee849862e7b4d36a45044edbd35767c7bd4416f3c7639ffaf9ee1d6232","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-7","title":"yuiFragmentDependencySignature.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.\nyuiFragmentDependencySignature instance = yuiFragmentDependencySignature(\"layout Key\", \"paint Key\", \"resource Key\", \"motion Key\", \"composite Key\", \"example\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuifragmentdependencysignature\"\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":"b33b3e72a80d5ae6ad4dfc281d1aba1a3c5eb60987d91935a7cd4c0ee18d12b1","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ChangeScope-8","title":"yuiFragmentDependencySignature.ChangeScope","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Change scope.\nyuiFragmentDependencySignature instance = yuiFragmentDependencySignature(\"layout Key\", \"paint Key\", \"resource Key\", \"motion Key\", \"composite Key\", \"example\")\nyuiFragmentDependencySignature argument_candidate = yuiFragmentDependencySignature(\"layout Key\", \"paint Key\", \"resource Key\", \"motion Key\", \"composite Key\", \"example\")\ntext result = instance.ChangeScope(argument_candidate)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuifragmentdependencysignature\"\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":"852990103636e8eac6bf62ab3507a8499f97f7c12ced5401ea95572ffd8f100a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-9","title":"yuiFragmentDependencySignature.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.\nyuiFragmentDependencySignature instance = yuiFragmentDependencySignature(\"layout Key\", \"paint Key\", \"resource Key\", \"motion Key\", \"composite Key\", \"example\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuifragmentdependencysignature\"\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":"0518d2604739204e3a081239ec3fafb6e6ffb416bc7118509130cd945b107f3b","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["layoutKey","paintKey","resourceKey","motionKey","compositeKey","source","yuiFragmentDependencySignature","ValidationIssue","ChangeScope","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiFragmentDependencySignature","json":"https://demonhunterlabs.com/reference/items/ui--yuiFragmentDependencySignature.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiFragmentDependencySignature.md"}
