SelectedEntriesSectionTitle
public struct SelectedEntriesSectionTitle
extension SelectedEntriesSectionTitle: View
extension SelectedEntriesSectionTitle: _ViewEmptyChecking
Undocumented
-
Undocumented
Declaration
Swift
public init(@ViewBuilder selectedEntriesSectionTitle: () -> any View = { Text("Selected".localizedFioriString()) })
-
Undocumented
Declaration
Swift
init(selectedEntriesSectionTitle: AttributedString? = AttributedString("Selected".localizedFioriString()))
-
Undocumented
Declaration
Swift
init(_ configuration: SelectedEntriesSectionTitleConfiguration)
-
Declaration
Swift
public var body: some View { get }
-
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }