CardStyle

public protocol CardStyle : DynamicProperty

Undocumented

CardStyle

  • modifier(_:) Extension method

    Undocumented

    Declaration

    Swift

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

    Undocumented

    Declaration

    Swift

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

Available where Self == CardCardStyle

  • card Extension method

    Undocumented

    Declaration

    Swift

    static var card: Self { get }

Available where Self == CardBaseStyle

  • base Extension method

    Undocumented

    Declaration

    Swift

    static var base: CardBaseStyle { get }

Available where Self == CardFioriStyle

  • fiori Extension method

    Undocumented

    Declaration

    Swift

    static var fiori: CardFioriStyle { get }

Available where Self == CardMediaImageStyle

Available where Self == CardDescriptionStyle

Available where Self == CardTitleStyle

Available where Self == CardSubtitleStyle

Available where Self == CardIconsStyle

Available where Self == CardDetailImageStyle

Available where Self == CardHeaderActionStyle

Available where Self == CardCounterStyle

Available where Self == CardRow1Style

Available where Self == CardRow2Style

Available where Self == CardRow3Style

Available where Self == CardKpiStyle

Available where Self == CardKpiCaptionStyle

Available where Self == CardCardBodyStyle

Available where Self == CardActionStyle

Available where Self == CardSecondaryActionStyle

Available where Self == CardTertiaryActionStyle

Available where Self == CardOverflowActionStyle

Available where Self == CardCardHeaderStyle

Available where Self == CardCardFooterStyle