Skip to content

Commit 585c0e9

Browse files
committed
Add since tag.
1 parent 4cd7ba1 commit 585c0e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Sources/ArcGISToolkit/Components/FeatureEditor/FeatureEditorToolbar.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import SwiftUI
4141
/// **Associated Types**
4242
///
4343
/// - ``Style``
44+
/// - Since: 300.1
4445
public struct FeatureEditorToolbar: View {
4546
/// The style to apply to the toolbar's controls.
4647
private let style: Style?
@@ -50,6 +51,7 @@ public struct FeatureEditorToolbar: View {
5051
/// Creates a feature editor toolbar.
5152
/// - Parameter style: The style that determines the toolbar's appearance and layout.
5253
/// A `nil` value displays the toolbar's controls without built-in layout or styling.
54+
/// - Since: 300.1
5355
public init(style: Style? = .vertical) {
5456
self.style = style
5557
}
@@ -66,6 +68,7 @@ public struct FeatureEditorToolbar: View {
6668

6769
extension FeatureEditorToolbar {
6870
/// A style that determines the appearance and layout of a feature editor toolbar.
71+
/// - Since: 300.1
6972
public enum Style {
7073
/// Displays the toolbar in a styled horizontal layout.
7174
case horizontal

0 commit comments

Comments
 (0)