InfoViewModel

public protocol InfoViewModel : DescriptionTextComponent, TitleComponent

Undocumented

  • progressIndicator Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var progressIndicator: ProgressIndicatorModel? { get }
  • action Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var action: _ActionModel? { get }
  • secondaryAction Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var secondaryAction: _ActionModel? { get }