{"id":"frontend.yui--yuiCoreContainerRenderItem","name":"yuiCoreContainerRenderItem","owner":"yeho","package":"frontend.yui","kind":"thing","signature":"external thing yuiCoreContainerRenderItem","description":"A yui core container render item record carrying ownerId, kind, state, bounds, clipId, and related state.","context":"Turn YUI models into a working frontend and its rendering/input adapters.","parameters":[],"returns":"void","members":[{"name":"ownerId","kind":"field","type":"text","description":"Stores owner id as text.","signature":"text ownerId","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"kind","kind":"field","type":"text","description":"Stores kind as text.","signature":"text kind","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"state","kind":"field","type":"text","description":"Stores state as text.","signature":"text state","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"bounds","kind":"field","type":"yuiRenderBounds","description":"Stores bounds as yuiRenderBounds.","signature":"yuiRenderBounds bounds","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"clipId","kind":"field","type":"text","description":"Stores clip id as text.","signature":"text clipId","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"layerId","kind":"field","type":"text","description":"Stores layer id as text.","signature":"text layerId","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"targetId","kind":"field","type":"text","description":"Stores target id as text.","signature":"text targetId","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"yuiCoreContainerRenderItem","kind":"constructor","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"kind","type":"text","description":"Kind."},{"name":"state","type":"text","description":"State."},{"name":"bounds","type":"yuiRenderBounds","description":"Bounds."},{"name":"clipId","type":"text","description":"Clip id."},{"name":"layerId","type":"text","description":"Layer id."},{"name":"targetId","type":"text","description":"Target id."}],"returns":"void","signature":"yuiCoreContainerRenderItem(text ownerId, text kind, text state, yuiRenderBounds bounds, text clipId, text layerId, text targetId)","description":"Yui core container render item.","tags":["thing","constructor","frontend.yui"],"updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[{"name":"display","type":"yuiDisplayList","description":"Display."},{"name":"catalog","type":"yuiCoreControlCatalog","description":"Catalog."}],"returns":"text","signature":"ValidationIssue(yuiDisplayList display, yuiCoreControlCatalog catalog) returns text","description":"Validation issue.","tags":["thing","method","frontend.yui"],"exampleId":"method-ValidationIssue-8","updated":"2026-09-09"}],"tags":["cpu","frontend","frontend.yui","method","source-example","thing","yeho","yui"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/frontend/yui/controls-render-display_list.yh","line":260,"sha256":"25cf914848de80a2db443aafe9ea47b3e74dac4cf6827f04fbbec1cbe5141087"},"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 yuiCoreContainerRenderItem","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using frontend.yui\n\n// Turn YUI models into a working frontend and its rendering/input adapters.\nyuiCoreContainerRenderItem sample = yuiCoreContainerRenderItem(\"owner Id\", \"kind\", \"state\", yuiRenderBounds(1, 1, 1, 1), \"clip Id\", \"layer Id\", \"target Id\")\nConsole.Log(Text.From(sample.ownerId))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui__yuicorecontainerrenderitem\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\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 = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\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":"b5b81fa88e662f21266db1f5cec33872f28754fae5fd9b615b758db3ed59dfae","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-8","title":"yuiCoreContainerRenderItem.ValidationIssue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui\n\n// Validation issue.\nyuiCoreContainerRenderItem instance = yuiCoreContainerRenderItem(\"owner Id\", \"kind\", \"state\", yuiRenderBounds(1, 1, 1, 1), \"clip Id\", \"layer Id\", \"target Id\")\nyuiDisplayList argument_display = yuiDisplayList(\"surface Id\")\nyuiCoreControlCatalog argument_catalog = yuiCoreControlCatalog()\ntext result = instance.ValidationIssue(argument_display, argument_catalog)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui__yuicorecontainerrenderitem\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\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 = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\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":"ba6600f5036b5390483cec268c73ee396a10b72f59d894dbd4341cd4493aa8e6","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["ownerId","kind","state","bounds","clipId","layerId","targetId","yuiCoreContainerRenderItem","ValidationIssue"],"url":"https://demonhunterlabs.com/academy/api?item=frontend.yui--yuiCoreContainerRenderItem","json":"https://demonhunterlabs.com/reference/items/frontend.yui--yuiCoreContainerRenderItem.json","markdown":"https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreContainerRenderItem.md"}
