{"id":"frontend.yui--yuiCoreSelectionStripRenderItem","name":"yuiCoreSelectionStripRenderItem","owner":"yeho","package":"frontend.yui","kind":"thing","signature":"external thing yuiCoreSelectionStripRenderItem","description":"A yui core selection strip render item record carrying ownerId, kind, state, selectedIndex, bounds, 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":"selectedIndex","kind":"field","type":"int","description":"Stores selected index as int.","signature":"int selectedIndex","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":"yuiCoreSelectionStripRenderItem","kind":"constructor","parameters":[{"name":"ownerId","type":"text","description":"Owner id."},{"name":"kind","type":"text","description":"Kind."},{"name":"state","type":"text","description":"State."},{"name":"selectedIndex","type":"int","description":"Selected index."},{"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":"yuiCoreSelectionStripRenderItem(text ownerId, text kind, text state, int selectedIndex, yuiRenderBounds bounds, text clipId, text layerId, text focusLayerId, text targetId)","description":"Yui core selection strip 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-10","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":122,"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 yuiCoreSelectionStripRenderItem","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.\nyuiCoreSelectionStripRenderItem sample = yuiCoreSelectionStripRenderItem(\"owner Id\", \"kind\", \"state\", 1, 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__yuicoreselectionstriprenderitem\"\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":"ccbb28ccc5fe46ec7da90c7469c592fbfbecf325956f3f1fbb5ff3f1624a4a4a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-10","title":"yuiCoreSelectionStripRenderItem.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.\nyuiCoreSelectionStripRenderItem instance = yuiCoreSelectionStripRenderItem(\"owner Id\", \"kind\", \"state\", 1, 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__yuicoreselectionstriprenderitem\"\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":"9669685828ff39943025e4264b28f3fff04cc4a56c0df55d784ae87aeaeba9cb","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["ownerId","kind","state","selectedIndex","bounds","clipId","layerId","focusLayerId","targetId","yuiCoreSelectionStripRenderItem","ValidationIssue"],"url":"https://demonhunterlabs.com/academy/api?item=frontend.yui--yuiCoreSelectionStripRenderItem","json":"https://demonhunterlabs.com/reference/items/frontend.yui--yuiCoreSelectionStripRenderItem.json","markdown":"https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreSelectionStripRenderItem.md"}
