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

    script

    in PlantUML notation

    completionHandler

    will to be called when presentation was triggered