PrototyperSettings
public struct PrototyperSettings
Prototyper settings is a struct that contains information about the configuration of the prototyper framework and is used for the initialization
-
The default setting establishes a connection to https://prototyper.ase.in.tum.de/login and shows the feedback button
Declaration
Swift
public static var `default`: PrototyperSettings
-
Boolean whether the feedback button is shown
Declaration
Swift
public var showFeedbackButton: Bool
-
URL for the prototyper instance
Declaration
Swift
public var prototyperInstance: URL
-
The initializer to creat a new
PrototyperSettings
structDeclaration
Swift
public init(showFeedbackButton: Bool = `default`.showFeedbackButton, prototyperInstance: URL = `default`.prototyperInstance)
Parameters
showFeedbackButton
Boolean if the feedback button is shown
prototyperInstance
URL for the prototyper instance