UNPKG

com-tools

Version:

com-tools 提供了一些通用的工具函数;

21 lines (15 loc) 504 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [com-tools](./com-tools.md) &gt; [ListenablePropOpts](./com-tools.listenablepropopts.md) ## ListenablePropOpts type 定义可监听的属性 **Signature:** ```typescript declare type ListenablePropOpts<T> = { ready ?:string, noEvent ?:boolean, event ?:string, newValueKey ?:string, oldValueKey ?:string, getDefault ?:(this:T,thisValue:T)=>any }; ```