Presentable
public protocol Presentable
                Presentable protocol represents a Presentable class in the stanwood architecture
- 
                  
                  
Actionable associatedtype
Declaration
Swift
associatedtype Actionable - 
                  
                  
Paramaterable associatedtype
Declaration
Swift
associatedtype Parameterable - 
                  
                  
Viewable associatedtype
Declaration
Swift
associatedtype Viewable - 
                  
                  
Actionable property
Declaration
Swift
var actions: Actionable { get set } - 
                  
                  
Parameterable property
Declaration
Swift
var paramets: Parameterable { get set } - 
                  
                  
Viewable property
Declaration
Swift
var view: Viewable? { get set } - 
                  
                  
Presentable required initialisers
Declaration
Swift
init(actions: Actionable, parameters: Parameterable, view: Viewable)Parameters
actionsActionable type
parametersParameterable type
viewViewable type
 
            View on GitHub
          
      Presentable Protocol Reference