DownVoteActionStyle

public protocol DownVoteActionStyle : DynamicProperty

Undocumented

DownVoteActionStyle

  • modifier(_:) Extension method

    Undocumented

    Declaration

    Swift

    func modifier(_ modifier: some ViewModifier) -> some DownVoteActionStyle
  • concat(_:) Extension method

    Undocumented

    Declaration

    Swift

    func concat(_ style: some DownVoteActionStyle) -> some DownVoteActionStyle

Available where Self == DownVoteButtonSelectedStyle

  • isSelected(isSelected:) Extension method

    Set button is selected.

    Declaration

    Swift

    static func isSelected(isSelected: Bool) -> DownVoteButtonSelectedStyle

    Parameters

    isSelected

    Indicates if the button is selected.

    Return Value

    DownVoteButtonSelectedStyle

Available where Self == DownVoteActionBaseStyle

Available where Self == DownVoteActionFioriStyle