PlatformEntity
@MainActor
public protocol PlatformEntity : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Base : PlatformEntity
-
ancestor
Default implementation -
descendants
Default implementation -
isDescendant(of:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
@MainActor func isDescendant(of other: Base) -> Bool