Skip to content

Enumeration

RelationParentKey

A helper type used by ChildrenProperty and OptionalChildProperty to generically track the keypath of the property of the child model that defines the parent-child relationship.
enum RelationParentKey<From, To> where From : Model, To : Model

Overview

This type was extracted from its original definitions as a subtype of the property types. A typealias is provided on the property types to maintain public API compatibility.

Topics

Enumeration Cases

Default Implementations

Relationships

Conforms To

  • Swift.Copyable
  • Swift.CustomStringConvertible
  • Swift.Escapable
  • Swift.Sendable
  • Swift.SendableMetatype