UpVoteActionStyle

public protocol UpVoteActionStyle : DynamicProperty

Undocumented

UpVoteActionStyle

  • modifier(_:) Extension method

    Undocumented

    Declaration

    Swift

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

    Undocumented

    Declaration

    Swift

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

Available where Self == UpVoteButtonSelectedStyle

  • isSelected(isSelected:) Extension method

    Set button is selected.

    Declaration

    Swift

    static func isSelected(isSelected: Bool) -> UpVoteButtonSelectedStyle

    Parameters

    isSelected

    Indicates if the button is selected.

    Return Value

    UpVoteButtonSelectedStyle

Available where Self == UpVoteActionBaseStyle

Available where Self == UpVoteActionFioriStyle