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 @_spi(<<unknown>>) func isDescendant(of other: Base) -> Bool
-
ancestors
Extension methodUndocumented
Declaration
Swift
@MainActor @_spi(<<unknown>>) public var ancestors: some Sequence<Base> { get }
-
allDescendants
Extension method