Source set: Common
public enum class SearchBarValue {
/** The state of the search bar when it is collapsed. */
Collapsed,
/** The state of the search bar when it is expanded. */
Expanded,
}
Possible values of SearchBarState.
Members
Collapsed
Source set: Common
Collapsed
The state of the search bar when it is collapsed.
Expanded
Source set: Common
Expanded
The state of the search bar when it is expanded.