PreviewState
struct PreviewState: Equatable
The state of a PDF preview
-
The optional data for a preview
Declaration
Swift
var data: Data? -
Bool if the preview is outdated
Declaration
Swift
var outdated: Bool = false -
Bool if the preview is active
Declaration
Swift
var active: Bool
View on GitHub