ContentType
public enum ContentType
Slice content type, currently image or text
-
Undocumented
Declaration
Swift
case assetImage(name: String, preferences: ImagePreferences)
-
Undocumented
Declaration
Swift
case image(image: SFWImage, preferences: ImagePreferences)
-
Undocumented
Declaration
Swift
case text(text: String, preferences: TextPreferences)
-
Undocumented
Declaration
Swift
case line(preferences: LinePreferences)