{"id":20747101,"url":"https://github.com/cactoes/reflection_js_impl","last_synced_at":"2026-01-30T17:32:36.913Z","repository":{"id":263203467,"uuid":"889682933","full_name":"cactoes/reflection_js_impl","owner":"cactoes","description":"A javscript / typescript header for the reflection -ui c++ library","archived":false,"fork":false,"pushed_at":"2024-11-17T02:25:17.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T03:39:59.250Z","etag":null,"topics":["cpp","javascript","nodejs","npm-package","typescript","ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cactoes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-17T00:08:08.000Z","updated_at":"2024-11-17T02:28:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a297396-5cad-4e1b-88c0-5965934ee3c0","html_url":"https://github.com/cactoes/reflection_js_impl","commit_stats":null,"previous_names":["cactoes/reflection_js_impl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cactoes/reflection_js_impl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection_js_impl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection_js_impl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection_js_impl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection_js_impl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cactoes","download_url":"https://codeload.github.com/cactoes/reflection_js_impl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection_js_impl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28916111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","javascript","nodejs","npm-package","typescript","ui"],"created_at":"2024-11-17T08:11:23.246Z","updated_at":"2026-01-30T17:32:36.901Z","avatar_url":"https://github.com/cactoes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reflection-ui\nJS header for [https://github.com/cactoes/reflection](https://github.com/cactoes/reflection)\n\n## Installation\n```powershell\nPS\u003e npm install reflection_ui\n```\n\n## Usage\n[!] Important, this library does not take care of the windows message loop \u003cbr\u003e\nyou will have to do that yourself, see [example](./example/example.ts#L6)\n\n### Initialization\nMake sure before calling any other reflection function that init_reflection() has been called\n```javascript\nimport * as reflection from \"reflection_ui\";\n// or const reflection = require(\"reflection_ui\");\n\n// initialize the dll \u0026 load the library\nreflection.init_reflection();\n```\n\n## Docs\n## init_reflection\nSets up the dll environment\n\n### Syntax\n```typescript\nfunction init_reflection(lib_path: string): void;\n```\n\n### Params\n`lib_path` \u003cbr\u003e\nType: **string** \u003cbr\u003e\nThis argument is optional and only needs to be set if you have a custom build of reflection\n\n## The rest\n* [browser_window](./docs/browser_window.md#browser_window)\n* [component](./docs/component.md#component)\n    * [label](./docs/label.md#label)\n    * [button](./docs/button.md#button)\n    * [checkbox](./docs/checkbox.md#checkbox)\n    * [selector](./docs/selector.md#selector)\n    * [slider](./docs/slider.md#slider)\n    * [image](./docs/image.md#image)\n    * [folder_selector](./docs/folder_selector.md#folder_selector)\n    * [list](./docs/list.md#list)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcactoes%2Freflection_js_impl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcactoes%2Freflection_js_impl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcactoes%2Freflection_js_impl/lists"}