Type alias PropertiesTypes

PropertiesTypes: {
    [key: string]: PropertySchema | PropertySchemaShorthand;
}

The properties of a Realm object defined in ObjectSchema.properties where each key is the name of a property and the value is its type in the form of a PropertySchemaShorthand or PropertySchema.

Type declaration

Generated using TypeDoc