FootnoteIconStack

public struct FootnoteIconStack
extension FootnoteIconStack: FootnoteIconList

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(model: FootnoteIconStackModel)
  • Undocumented

    Declaration

    Swift

    public init(footnoteIcons: [TextOrIcon]? = nil)
  • Undocumented

    Declaration

    Swift

    init(_ footnoteIcons: [TextOrIcon])
  • Undocumented

    Declaration

    Swift

    public var count: Int { get }
  • Undocumented

    Declaration

    Swift

    public func view(at index: Int) -> some View
  • Undocumented

    Declaration

    Swift

    public var maxCount: Int { get }
  • Undocumented

    Declaration

    Swift

    public var size: CGSize { get }
  • Undocumented

    Declaration

    Swift

    public var isCircular: Bool { get }
  • Undocumented

    Declaration

    Swift

    public var spacing: CGFloat { get }