Source set: Common
public enum class NavigationSuiteScaffoldValue {
/** The state of the navigation component of the scaffold when it's visible. */
Visible,
/** The state of the navigation component of the scaffold when it's hidden. */
Hidden,
}
Possible values of NavigationSuiteScaffoldState.
Members
Visible
Source set: Common
Visible
The state of the navigation component of the scaffold when it's visible.
Hidden
Source set: Common
Hidden
The state of the navigation component of the scaffold when it's hidden.