Document
public struct Document
Encapsulates the entire Sketch document
-
Undocumented
See moreDeclaration
Swift
public enum DocumentExportError : Error -
Exports a
Documentto the directory path specified inSalsaConfig.exportDirectoryDeclaration
Swift
public func export(fileName: String = "generated") throws
-
Undocumented
Declaration
Swift
public func toJson() -> [String : Any] -
Undocumented
Declaration
Swift
public init?(json: [String : Any])
Document Structure Reference