mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-24 06:35:10 +00:00
Propose Schema/Props categorization for widget state: - Schema: immutable (type, name, constraint presence, defaults) - Props: mutable per-instance (value, disabled, hidden, constraint values) Aligns with Vue's component model and simplifies the mental model for extension authors. ECS component granularity remains an implementation detail behind the WidgetHandle facade. Slack discussion context included. Status: Proposed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>