xr-frame / Exports / IComponentSchema
# Interface: IComponentSchema
Component
属性的注解接口。
key
是可以写在组件对应于xml
中的属性的名字。
type
是属性的类型,由registerDataValue注册。
可选的defaultValue
可以定义默认值。
# Indexable
▪ [key: string
]: { defaultValue?
: any
; type
: string
}