Constants that control the interaction commit style.
public enum ContextMenuInteractionCommitStyle: Int
Int
dismiss
An interaction with no animations.
case dismiss
pop
An interaction that uses animations.
case pop