
    g^                     J    d dl Z G d dej                  j                        Zy)    Nc                         e Zd Zd fd	Z xZS )NewselectionValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strNewselection	data_docsaI  
            line
                :class:`plotly.graph_objects.layout.newselectio
                n.Line` instance or dict with compatible
                properties
            mode
                Describes how a new selection is created. If
                `immediate`, a new selection is created after
                first mouse up. If `gradual`, a new selection
                is not created after first mouse. By adding to
                and subtracting from the initial selection,
                this option allows declaring extra outlines of
                the selection.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       c/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/layout/_newselection.pyr   zNewselectionValidator.__init__   sK    #T3 	
##!::&6Gjj		
* +	
    )newselectionlayout)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      s     #
M88JJ 
r   