Files
Structive/extensions/README.zh-CN.md
T
2026-08-07 16:21:44 +08:00

12 lines
592 B
Markdown

# Structive Property Extensions
`structive_property_extensions` 是位于 `structive_property_core` 之上的链接型扩展层。
Extension 复用 Core 的同一套 Attribute 协议,拥有自己领域的 category,并在不让 Core 反向依赖领域概念的前提下解释这些 Attribute。当前 Presentation Extension 提供 `label``description``group``order` 以及 `presentation::describe()`
完整文档:
- [Extension 架构指南](../docs/EXTENSIONS.zh-CN.md)
- [设计理念与原则](../docs/DESIGN.zh-CN.md)
- [Extension Architecture](../docs/EXTENSIONS.md)