{"id":"ui--yuiRenderElementState","name":"yuiRenderElementState","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiRenderElementState","description":"A yui render element state record carrying id, parentId, bounds, dirtyMeasure, dirtyLayout, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"id","kind":"field","type":"text","description":"Stores id as text.","signature":"text id","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"parentId","kind":"field","type":"text","description":"Stores parent id as text.","signature":"text parentId","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":"dirtyMeasure","kind":"field","type":"bool","description":"Stores dirty measure as bool.","signature":"bool dirtyMeasure","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"dirtyLayout","kind":"field","type":"bool","description":"Stores dirty layout as bool.","signature":"bool dirtyLayout","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"dirtyPaint","kind":"field","type":"bool","description":"Stores dirty paint as bool.","signature":"bool dirtyPaint","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"revision","kind":"field","type":"int","description":"Stores revision as int.","signature":"int revision","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"yuiRenderElementState","kind":"constructor","parameters":[{"name":"id","type":"text","description":"Id."},{"name":"parentId","type":"text","description":"Parent id."},{"name":"bounds","type":"yuiRenderBounds","description":"Bounds."}],"returns":"void","signature":"yuiRenderElementState(text id, text parentId, yuiRenderBounds bounds)","description":"Yui render element state.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","ui"],"exampleId":"method-Describe-8","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/render-30-invalidation.yh","line":1,"sha256":"a6341eef4ab6e3e476980d6f50bb53bbc6aa3535d0cc67a628ca49f64a48cbcb"},"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 yuiRenderElementState","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.\nyuiRenderElementState sample = yuiRenderElementState(\"id\", \"parent Id\", yuiRenderBounds(1, 1, 1, 1))\nConsole.Log(Text.From(sample.id))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirenderelementstate\"\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":"663604e002f69fe86d77d64b765aa35e14a068d415967aa6608aebcf96ddf134","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-8","title":"yuiRenderElementState.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.\nyuiRenderElementState instance = yuiRenderElementState(\"id\", \"parent Id\", yuiRenderBounds(1, 1, 1, 1))\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirenderelementstate\"\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":"b0363b4f5bcc97eb784e38fe3586d2ec5bff5190d18273fefc3b0bd272ddf50a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["id","parentId","bounds","dirtyMeasure","dirtyLayout","dirtyPaint","revision","yuiRenderElementState","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiRenderElementState","json":"https://demonhunterlabs.com/reference/items/ui--yuiRenderElementState.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiRenderElementState.md"}
