PlantUMLConsolePresenter
public struct PlantUMLConsolePresenter : PlantUMLPresenting
print script in console
-
default initializer
Declaration
Swift
public init() -
present script / diagram to user
Declaration
Swift
public func present(script: PlantUMLScript, completionHandler: @escaping () -> Void)Parameters
scriptin PlantUML notation
completionHandlerwill to be called when presentation was triggered
PlantUMLConsolePresenter Structure Reference