DismissDirection DismissDirection # Bases: Enum DOWN = 'down' # END_TO_START = 'endToStart' # HORIZONTAL = 'horizontal' # NONE = 'none' # START_TO_END = 'startToEnd' # UP = 'up' # VERTICAL = 'vertical' #