frameId property
      
      int?
      get
      frameId
      
    
    
The ID of the frame of the element where the context menu was clicked, if it was in a frame.
Implementation
int? get frameId => _wrapped.frameId;
      
      set
      frameId
      (int? v) 
      
    
    
    
Implementation
set frameId(int? v) {
  _wrapped.frameId = v;
}