Content
enum Content : Equatable, Hashable
The PlaygroundBook Content
-
Default Content
Declaration
Swift
case `default`
-
View Content
Declaration
Swift
case view
-
Remove Content from URL
Declaration
Swift
case remote(url: String)
-
The Content raw value
Declaration
Swift
var rawValue: String { get }