File tree Expand file tree Collapse file tree
Sources/ArcGISToolkit/Components/FeatureEditor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ import SwiftUI
4141/// **Associated Types**
4242///
4343/// - ``Style``
44+ /// - Since: 300.1
4445public 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
6769extension 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
You can’t perform that action at this time.
0 commit comments