{"id":"frontend.yui--yuiCoreSplitterRenderItem","name":"yuiCoreSplitterRenderItem","owner":"yeho","package":"frontend.yui","kind":"thing","signature":"external thing yuiCoreSplitterRenderItem","description":"A yui core splitter render item record carrying ownerId, state, axis, 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":"state","kind":"field","type":"text","description":"Stores state as text.","signature":"text state","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"axis","kind":"field","type":"text","description":"Stores axis as text.","signature":"text axis","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":"focusLayerId","kind":"field","type":"text","description":"Stores focus layer id as text.","signature":"text focusLayerId","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":"yuiCoreSplitterRenderItem","kind":"constructor","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"state","type":"text","description":"State."},{"name":"axis","type":"text","description":"Axis."},{"name":"bounds","type":"yuiRenderBounds","description":"Bounds."},{"name":"clipId","type":"text","description":"Clip id."},{"name":"layerId","type":"text","description":"Layer id."},{"name":"focusLayerId","type":"text","description":"Focus layer id."},{"name":"targetId","type":"text","description":"Target id."}],"returns":"void","signature":"yuiCoreSplitterRenderItem(text ownerId, text state, text axis, yuiRenderBounds bounds, text clipId, text layerId, text focusLayerId, text targetId)","description":"Yui core splitter 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-9","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-catalog_coverage.yh","line":178,"sha256":"69cf8c088a262b39ec7c6de9e9ecf0d51aeae73205aa54d7f09314738c368ac4"},"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 yuiCoreSplitterRenderItem","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.\nyuiCoreSplitterRenderItem sample = yuiCoreSplitterRenderItem(\"owner Id\", \"state\", \"axis\", yuiRenderBounds(1, 1, 1, 1), \"clip Id\", \"layer Id\", \"focus Layer Id\", \"target Id\")\nConsole.Log(Text.From(sample.ownerId))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui__yuicoresplitterrenderitem\"\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":"5fd6615bc594a0c74731378b1ed97b7a6104f939e565763c6c94f1298cb620f0","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-9","title":"yuiCoreSplitterRenderItem.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.\nyuiCoreSplitterRenderItem instance = yuiCoreSplitterRenderItem(\"owner Id\", \"state\", \"axis\", yuiRenderBounds(1, 1, 1, 1), \"clip Id\", \"layer Id\", \"focus 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__yuicoresplitterrenderitem\"\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":"dff7f183ccf4f48f6bb740f1462cb3c117fd967c4365f20799a7fdb988a6eb46","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["ownerId","state","axis","bounds","clipId","layerId","focusLayerId","targetId","yuiCoreSplitterRenderItem","ValidationIssue"],"url":"https://demonhunterlabs.com/academy/api?item=frontend.yui--yuiCoreSplitterRenderItem","json":"https://demonhunterlabs.com/reference/items/frontend.yui--yuiCoreSplitterRenderItem.json","markdown":"https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreSplitterRenderItem.md"}
