CustomContent
public struct CustomContent : Equatable
-
The importance of the content.
See moreDeclaration
Swift
public enum Importance : Equatable -
Declaration
Swift
public var label: String -
Declaration
Swift
public var value: String? -
Declaration
Swift
public var importance: Importance -
Declaration
Swift
public init(label: String, value: String? = nil, importance: Importance = .default) -
Declaration
Swift
public var axCustomContent: AXCustomContent { get }
View on GitHub
CustomContent Structure Reference