Skip to content

Commit

Permalink
Update Sources/FioriSwiftUICore/_generated/StyleableComponents/SideBa…
Browse files Browse the repository at this point in the history
…r/SideBar.generated.swift

Co-authored-by: JuliaSchnSAP <[email protected]>
  • Loading branch information
dyongxu and JuliaSchnSAP authored Oct 4, 2024
1 parent 9f451a5 commit 45c795d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SwiftUI
///
/// The `SideBar` SwiftUI view presents a expandable list of items using the `SideBarListItem` SwiftUI view. It has support for both edit and view modes. In edit mode, the listed data can be rearranged, and each item can be toggled as hidden. The hidden items are not shown in view mode.
///
/// This View should be used in `NavigationSplitView` as side bar. How, in case you are NOT using the `NavigationSplitView` for the SideBar, you should observe the change of selected item by property 'selection' of SideBar and handle follow-up logic by yourself. Also, you should set 'isUsedInSplitView' of SideBar to true and return EmptyView in 'destination' callback.
/// This View should be used in `NavigationSplitView` as a side bar. How, in case you are NOT using the `NavigationSplitView` for the SideBar, you should observe the change of selected item using SideBar's 'selection' property and handle follow-up logic by yourself. Also, you should set 'isUsedInSplitView' of SideBar to true and return EmptyView in 'destination' callback.
///
/// ## Usage
///
Expand Down

0 comments on commit 45c795d

Please sign in to comment.