component-parameter-htmltype

A coding rule for Java component parameters that controls when to specify the type of editor shown in a user interface.

In plain words
What is it for?
Use it when defining Java components with @ComponentParameter, especially for boolean switches, custom editors, or parameters needing a specific UI control.
Why use it?
It avoids unnecessary settings and lets the default rules choose the right editor. Explicit settings are reserved for checkboxes or special editors when the default would be unclear.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/xc404/kiwi/component-parameter-htmltype
Clone the repo
git clone --depth 1 https://github.com/xc404/kiwi

Made for: Cursor.

Per session 244 This file is loaded in full into every session.
When invoked 244 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00244 $0.00244
Opus 5 $0.00122 $0.00122
Sonnet 5 $0.00049 $0.00049
Haiku 4.5 $0.00024 $0.00024

Measured yesterday against content hash 4f4572b18187, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

component-parameter-htmltype scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/component-parameter-htmltype.mdc · 23 lines

What it actually says

@ComponentParameter 的 htmlType 规则

在 Java 组件定义中使用 @ComponentParameter 时,遵循以下约定:

  • 默认不要写 htmlType
  • 仅当需要覆盖默认编辑器行为时,才显式设置 htmlType

需要显式写 htmlType 的典型场景

  • 布尔开关需要明确渲染为复选框:htmlType = "CheckBox"
  • 需要使用特殊/自定义编辑器:如 assignments-editorspel-expression 等。
  • 其他必须指定 UI 控件类型、否则会导致交互或语义不清的场景。

不建议显式写 htmlType 的场景

  • 普通字符串输入(例如历史上常写的 htmlType = "#text")且无特殊交互需求。
  • 已可由默认规则按 typedictKey 等信息推断出合适编辑器的参数。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 23 lines · 244 tokens per session scan A 4f4572b18187

Subscribe to this mod's changes

component-parameter-htmltype is a cursor rule published in the GitHub repository xc404/kiwi (7 stars, last pushed 7d ago), licensed MIT. It adds 244 tokens to every session, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.