InfoViewModel

public protocol InfoViewModel : DescriptionTextComponent, TitleComponent

Undocumented

  • showLoadingIndicator Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var showLoadingIndicator: Bool? { get }
  • loadingIndicatorText Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var loadingIndicatorText: String? { 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 }