IconPaintablePropertyName
public enum IconPaintablePropertyName : String, PropertyNameProtocol
Undocumented
-
The file representing the icon, if any.
Declaration
Swift
case file = "file"
-
The icon name that was chosen during lookup.
Declaration
Swift
case iconName = "icon-name"
-
Whether the icon is symbolic or not.
Declaration
Swift
case isSymbolic = "is-symbolic"