Type alias PresentationPropertyTypeName

PresentationPropertyTypeName: "counter"

The names of the supported Realm presentation property types.

Some types can be presented as a type different from the database type. For instance, an integer that should behave like a logical counter is presented as a "counter" type.

Generated using TypeDoc