{"id":"ui--yuiDisplayCommand","name":"yuiDisplayCommand","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiDisplayCommand","description":"A yui display command record carrying sequence, ownerId, kind, layerId, targetId, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"sequence","kind":"field","type":"int","description":"Stores sequence as int.","signature":"int sequence","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"ownerId","kind":"field","type":"text","description":"Stores owner id as text.","signature":"text ownerId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"kind","kind":"field","type":"text","description":"Stores kind as text.","signature":"text kind","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"layerId","kind":"field","type":"text","description":"Stores layer id as text.","signature":"text layerId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"targetId","kind":"field","type":"text","description":"Stores target id as text.","signature":"text targetId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"resourceId","kind":"field","type":"text","description":"Stores resource id as text.","signature":"text resourceId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"resourceGeneration","kind":"field","type":"int","description":"Stores resource generation as int.","signature":"int resourceGeneration","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"paintId","kind":"field","type":"text","description":"Stores paint id as text.","signature":"text paintId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"clipId","kind":"field","type":"text","description":"Stores clip id as text.","signature":"text clipId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"transformId","kind":"field","type":"text","description":"Stores transform id as text.","signature":"text transformId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"bounds","kind":"field","type":"yuiRenderBounds","description":"Stores bounds as yuiRenderBounds.","signature":"yuiRenderBounds bounds","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"semanticRole","kind":"field","type":"text","description":"Stores semantic role as text.","signature":"text semanticRole","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"content","kind":"field","type":"text","description":"Stores content as text.","signature":"text content","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"imagePresentation","kind":"field","type":"yuiRenderImagePresentation","description":"Stores image presentation as yuiRenderImagePresentation.","signature":"yuiRenderImagePresentation imagePresentation","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"glyphSubmissionSequence","kind":"field","type":"int","description":"Stores glyph submission sequence as int.","signature":"int glyphSubmissionSequence","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"glyphProviderRunIndex","kind":"field","type":"int","description":"Stores glyph provider run index as int.","signature":"int glyphProviderRunIndex","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"glyphOriginXQ26_6","kind":"field","type":"int","description":"Stores glyph origin xq26 6 as int.","signature":"int glyphOriginXQ26_6","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"glyphOriginYQ26_6","kind":"field","type":"int","description":"Stores glyph origin yq26 6 as int.","signature":"int glyphOriginYQ26_6","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"glyphEmpty","kind":"field","type":"bool","description":"Stores glyph empty as bool.","signature":"bool glyphEmpty","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"yuiDisplayCommand","kind":"constructor","parameters":[{"name":"sequence","type":"int","description":"Sequence."},{"name":"ownerId","type":"text","description":"Owner id."},{"name":"kind","type":"text","description":"Kind."},{"name":"layerId","type":"text","description":"Layer id."},{"name":"targetId","type":"text","description":"Target id."},{"name":"resourceId","type":"text","description":"Resource id."},{"name":"paintId","type":"text","description":"Paint id."},{"name":"clipId","type":"text","description":"Clip id."},{"name":"transformId","type":"text","description":"Transform id."},{"name":"bounds","type":"yuiRenderBounds","description":"Bounds."},{"name":"semanticRole","type":"text","description":"Semantic role."},{"name":"content","type":"text","description":"Content."}],"returns":"void","signature":"yuiDisplayCommand(int sequence, text ownerId, text kind, text layerId, text targetId, text resourceId, text paintId, text clipId, text transformId, yuiRenderBounds bounds, text semanticRole, text content)","description":"Yui display command.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"BatchKey","kind":"method","parameters":[],"returns":"text","signature":"BatchKey() returns text","description":"Batch key.","tags":["thing","method","ui"],"exampleId":"method-BatchKey-20","updated":"2026-09-09"},{"name":"ResolvedResourceIdentity","kind":"method","parameters":[],"returns":"text","signature":"ResolvedResourceIdentity() returns text","description":"Resolved resource identity.","tags":["thing","method","ui"],"exampleId":"method-ResolvedResourceIdentity-21","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","ui"],"exampleId":"method-Describe-22","updated":"2026-09-09"},{"name":"StableEquivalent","kind":"method","parameters":[{"name":"other","type":"yuiDisplayCommand original","description":"Other."}],"returns":"bool","signature":"StableEquivalent(yuiDisplayCommand original other) returns bool","description":"Stable equivalent.","tags":["thing","method","ui"],"exampleId":"method-StableEquivalent-23","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/render-10-display-list.yh","line":31,"sha256":"f01876e456f5428ef0de2686c230148c1fa3a330f92ef3e3381b9adbdd19ff9e"},"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 yuiDisplayCommand","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.\nyuiDisplayCommand sample = yuiDisplayCommand(1, \"owner Id\", \"kind\", \"layer Id\", \"target Id\", \"resource Id\", \"paint Id\", \"clip Id\", \"transform Id\", yuiRenderBounds(1, 1, 1, 1), \"semantic Role\", \"content\")\nConsole.Log(Text.From(sample.sequence))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuidisplaycommand\"\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":"eaa34f43369f6ae81fd8763a651088a7c426a7151c708328e0a9066b8ef60659","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-BatchKey-20","title":"yuiDisplayCommand.BatchKey","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Batch key.\nyuiDisplayCommand instance = yuiDisplayCommand(1, \"owner Id\", \"kind\", \"layer Id\", \"target Id\", \"resource Id\", \"paint Id\", \"clip Id\", \"transform Id\", yuiRenderBounds(1, 1, 1, 1), \"semantic Role\", \"content\")\ntext result = instance.BatchKey()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuidisplaycommand\"\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":"7fbb464cdd87541fdea7cc3f7112d0527e9dd2c2a06aac513cd25cab8daf07bf","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ResolvedResourceIdentity-21","title":"yuiDisplayCommand.ResolvedResourceIdentity","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Resolved resource identity.\nyuiDisplayCommand instance = yuiDisplayCommand(1, \"owner Id\", \"kind\", \"layer Id\", \"target Id\", \"resource Id\", \"paint Id\", \"clip Id\", \"transform Id\", yuiRenderBounds(1, 1, 1, 1), \"semantic Role\", \"content\")\ntext result = instance.ResolvedResourceIdentity()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuidisplaycommand\"\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":"22105bbda8c9637a8ec2322c0f5d1ffbd92929e1b81aaff4536262ccd2815cca","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-22","title":"yuiDisplayCommand.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.\nyuiDisplayCommand instance = yuiDisplayCommand(1, \"owner Id\", \"kind\", \"layer Id\", \"target Id\", \"resource Id\", \"paint Id\", \"clip Id\", \"transform Id\", yuiRenderBounds(1, 1, 1, 1), \"semantic Role\", \"content\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuidisplaycommand\"\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":"71f334d5e7acf52209205c733858f73b4a00662642a2558c2fe07c7853fb9247","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-StableEquivalent-23","title":"yuiDisplayCommand.StableEquivalent","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Stable equivalent.\nyuiDisplayCommand instance = yuiDisplayCommand(1, \"owner Id\", \"kind\", \"layer Id\", \"target Id\", \"resource Id\", \"paint Id\", \"clip Id\", \"transform Id\", yuiRenderBounds(1, 1, 1, 1), \"semantic Role\", \"content\")\nyuiDisplayCommand argument_other = yuiDisplayCommand(1, \"owner Id\", \"kind\", \"layer Id\", \"target Id\", \"resource Id\", \"paint Id\", \"clip Id\", \"transform Id\", yuiRenderBounds(1, 1, 1, 1), \"semantic Role\", \"content\")\nbool result = instance.StableEquivalent(argument_other)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuidisplaycommand\"\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":"86fdd6018df120932a4f8b84d3b61ed6692e777cd616bf310bee652205bd37d1","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["sequence","ownerId","kind","layerId","targetId","resourceId","resourceGeneration","paintId","clipId","transformId","bounds","semanticRole","content","imagePresentation","glyphSubmissionSequence","glyphProviderRunIndex","glyphOriginXQ26_6","glyphOriginYQ26_6","glyphEmpty","yuiDisplayCommand","BatchKey","ResolvedResourceIdentity","Describe","StableEquivalent"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiDisplayCommand","json":"https://demonhunterlabs.com/reference/items/ui--yuiDisplayCommand.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiDisplayCommand.md"}
