InfoViewModel
public protocol InfoViewModel : DescriptionTextComponent, TitleComponent
Undocumented
-
progressIndicator
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var progressIndicator: ProgressIndicatorModel? { get }
-
action
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var action: _ActionModel? { get }
-
secondaryAction
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var secondaryAction: _ActionModel? { get }