xr-frame / Exports / IComponentSchema

# Interface: IComponentSchema

Component属性的注解接口。

key是可以写在组件对应于xml中的属性的名字。 type是属性的类型,由registerDataValue注册。 可选的defaultValue可以定义默认值。

# Indexable

▪ [key: string]: { defaultValue?: any ; type: string }