com-tools
Version:
com-tools 提供了一些通用的工具函数;
21 lines (15 loc) • 504 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [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
};
```