scope property
      
      dynamic
      get
      scope
      
    
    
    
Implementation
external dynamic get scope;
      
      set
      scope
      (dynamic scope) 
      
    
    
    
Implementation
external set scope(dynamic scope);