Source set: Common
public enum class DismissValue {
/** Indicates the component has not been dismissed yet. */
Default,
/** Indicates the component has been dismissed in the reading direction. */
DismissedToEnd,
/** Indicates the component has been dismissed in the reverse of the reading direction. */
DismissedToStart,
}
Possible values of DismissState.
Members
Default
Source set: Common
Default
Indicates the component has not been dismissed yet.
DismissedToEnd
Source set: Common
DismissedToEnd
Indicates the component has been dismissed in the reading direction.
DismissedToStart
Source set: Common
DismissedToStart
Indicates the component has been dismissed in the reverse of the reading direction.