DismissDirection
        Inherits: Enum
Properties
- 
          DOWN–
- 
          END_TO_START–
- 
          HORIZONTAL–
- 
          NONE–
- 
          START_TO_END–
- 
          UP–
- 
          VERTICAL–
        Inherits: Enum
Properties
DOWN          –
          END_TO_START          –
          HORIZONTAL          –
          NONE          –
          START_TO_END          –
          UP          –
          VERTICAL          –
          DOWN = 'down'
  
      class-attribute
      instance-attribute
  
#END_TO_START = 'endToStart'
  
      class-attribute
      instance-attribute
  
#HORIZONTAL = 'horizontal'
  
      class-attribute
      instance-attribute
  
#NONE = 'none'
  
      class-attribute
      instance-attribute
  
#START_TO_END = 'startToEnd'
  
      class-attribute
      instance-attribute
  
#UP = 'up'
  
      class-attribute
      instance-attribute
  
#VERTICAL = 'vertical'
  
      class-attribute
      instance-attribute
  
#