7 lines
358 B
Plaintext
7 lines
358 B
Plaintext
---
|
|
description: Rules related to Param, to be applied when defining models. Models use Param to define parameters with validation and reactivity.
|
|
globs: /**/*_model.py
|
|
---
|
|
- Use Param to create parameterized classes.
|
|
- Param should handle type validation, default values, and constraints.
|
|
- Use Param's reactivity features (event handlers) to catch changes. |