跳到主要内容

IBzParamModelLiteProperty interface

自定义参数 @vm-type IBzParamType

Signature:

interface IBzParamModelLiteProperty<T extends number | string | boolean = string> 

Properties

Property

Modifiers

Type

Description

name

string

参数名称,为key

namespace

string

参数命名空间

readonly

boolean

当前参数是否只读

type

EBzPropertyType | string

当前字段数据类型

value

string | undefined

参数中存取的值

Methods

Method

Description

getName()

获取参数名称

getNamespace()

获取参数命名空间

getType()

获取当前参数类型

getValue()

读取值

setValue(value)

设置值