IBzParamModelLiteProperty interface
自定义参数 @vm-type IBzParamType
Signature:
interface IBzParamModelLiteProperty<T extends number | string | boolean = string>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | 参数名称,为key | ||
string | 参数命名空间 | ||
boolean | 当前参数是否只读 | ||
EBzPropertyType | string | 当前字段数据类型 | ||
string | undefined | 参数中存取的值 |
Methods
Method | Description |
---|---|
获取参数名称 | |
获取参数命名空间 | |
获取当前参数类型 | |
读取值 | |
设置值 |