跳到主要内容

NamedValue 接口

interface NamedValue<T = any> 

可选值参数每项数据类型

属性

name

name: string;

显示的名称

value

value: T;