var customMirror : Mirror
The custom mirror for this instance.
このインスタンスのためのあつらえのミラー。
Availability
Technology
protocol CustomReflectable
You can create a mirror for any type using the Mirror(reflecting:)
initializer, but if you are not satisfied with the mirror supplied for your type by default, you can make it conform to Custom
and return a custom Mirror
instance.
あなたは、任意の型に対してミラーを作成することがMirror(reflecting:)
イニシャライザを使って可能です、しかしあなたの型に対して初期状態で提供されるミラーに満足しないならば、あなたはそれをCustom
に準拠させてあつらえのMirror
を返すことができます。
var customMirror : Mirror
Animation
AnyColumn
AnyColumnSlice
AnyHashable
AnySubscriber
Array
ArraySlice
Bool
CGFloat
CGPoint
CGRect
CGSize
Calendar
Character
ClosedRange
CollectionOfOne
Column
ColumnSlice
ContiguousArray
Data
DataFrame
DataFrame.Row
DataFrame.Slice
Date
DateComponents
DateInterval
Dictionary
Dictionary.Iterator
DiscontiguousColumnSlice
Double
Float
Float80
IndexPath
IndexSet
Int
Int16
Int32
Int64
Int8
Locale
MLDataColumn
MLUntypedColumn
Measurement
Mirror
NSArray
NSDictionary
NSSet
Notification
ObjCBool
Optional
PersonNameComponents
Range
範囲
Selector
Set
Set.Iterator
StaticString
StrideThrough
StrideTo
String
String.UTF16View
String.UTF8View
String.UnicodeScalarView
Subscribers.Assign
Subscribers.Sink
Substring
TVMediaItemContentConfiguration
TVMediaItemContentConfiguration.BadgeProperties
TVMediaItemContentConfiguration.TextProperties
TVMonogramContentConfiguration
TVMonogramContentConfiguration.TextProperties
TimeZone
UIBackgroundConfiguration
UICellConfigurationState
UIListContentConfiguration
UIListContentConfiguration.ImageProperties
UIListContentConfiguration.TextProperties
UIListSeparatorConfiguration
UIViewConfigurationState
UInt
UInt16
UInt32
UInt64
UInt8
URLComponents
URLQueryItem
URLRequest
UUID
Unicode.Scalar
protocol CustomLeafReflectable
customMirror
.
明示的にそれ独自のMirrorを提供するある型、しかしそれの子孫クラスはそれらがまたcustomMirror
をオーバーライドしない限りはMirrorで表現されません。
protocol CustomPlaygroundDisplayConvertible
typealias PlaygroundQuickLook