Skip to content

Type Property

keys

Return an array of all database keys (i.e. non-nested field names) defined by all properties declared on the type. This includes properties which may contain multiple fields at once, such as @Group.
static var keys: [FieldKey] { get }