IntrospectionSelector

@_spi(FW)
public struct IntrospectionSelector<Target> where Target : PlatformEntity

Undocumented

  • Undocumented

    Declaration

    Swift

    @_spi(FW)
    public static var `default`: `Self` { get }
  • Undocumented

    Declaration

    Swift

    @_spi(FW)
    public static func from<Entry>(_ entryType: Entry.Type, selector: @escaping (Entry) -> Target?) -> IntrospectionSelector<Target> where Entry : PlatformEntity
  • Undocumented

    Declaration

    Swift

    @_spi(FW)
    public func withReceiverSelector(_ selector: @escaping (PlatformViewController) -> Target?) -> IntrospectionSelector<Target>
  • Undocumented

    Declaration

    Swift

    @_spi(FW)
    public func withAncestorSelector(_ selector: @escaping (PlatformViewController) -> Target?) -> IntrospectionSelector<Target>