com-tools
Version:
com-tools 提供了一些通用的工具函数;
14 lines (8 loc) • 326 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [Decide](./com-tools.decide.md) > [value](./com-tools.decide.value.md)
## Decide.value property
**Signature:**
```typescript
get value(): V;
set value(newVal: V);
```