跳到主要内容

ICategoryAttribute 接口

interface ICategoryAttribute 

扩展自定义字段

属性

description

description?: string;

当前字段的含义的详细描述

name

name: string;

属性值在JSON中的名称

rules

rules: ICategoryAttributeRule[];

属性的约束规则

类型: ICategoryAttributeRule[]

type

type: 'STRING' | 'INTEGER' | 'FLOAT' | 'TIME';

字段类型 @vm-type UnknownType