类型别名 PropertiesTypes

属性类型: {
    [ key : string ] : PropertySchema | PropertySchemaShorthand ;
}

在 ObjectSchema.properties 中定义的 Realm 对象的属性,其中每个键都是属性的名称,值是PropertySchemaShorthandPropertySchema形式的类型。

类型声明

使用TypeDoc生成