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
PrototyperSettingsstructDeclaration
Swift
public init(showFeedbackButton: Bool = `default`.showFeedbackButton, prototyperInstance: URL = `default`.prototyperInstance)Parameters
showFeedbackButtonBoolean if the feedback button is shown
prototyperInstanceURL for the prototyper instance
View on GitHub
PrototyperSettings Structure Reference