Skip to content

Core APIs

本节为 MVVM UI 框架的基础类和接口提供全面的 API 参考文档。它涵盖了 ViewModel 基类、Observable 系统、Command 接口和实现,以及支持响应式编程模式的装饰器系统。

有关数据绑定 API 和值转换器,请参见数据绑定 API。有关 UI 管理接口,请参见UI 管理 API

ViewModel 基类

ViewModel 类是框架中所有视图模型的基础,扩展了 Observable 并实现了 TypeSafeCommandExecutor。

基于 MIT 许可证发布