Class ops.OpUpdateMember
				
				
			
				
				
				
					
Defined in:  OpUpdateMember.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							
							 OpUpdateMember allows you to set and remove
certain properties. 
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 execute(document)
								 
								
							 | 
						|
| 
								 init(data)
								 
								
							 | 
						|
| 
								 spec()
								 
								
							 | 
						|
| <inner> | 
								 updateCreators(doc)
								 
								
							 | 
						
					Class Detail
				
				
				
						ops.OpUpdateMember()
				
				
				
					OpUpdateMember allows you to set and remove
certain properties.
'fullName', 'color', and 'imageUrl' are not
removable, they will be filtered out of 
removedProperties if found.
					
				
				
				
				
				
					
					
					
					
					
					
					
			
					Method Detail
				
				
					 
					
					
					
					execute(document)
					
					
					- Parameters:
 - {!ops.Document} document
 
					
					
					init(data)
					
					
					- Parameters:
 - {!ops.OpUpdateMember.InitSpec} data
 
					
					{!ops.OpUpdateMember.Spec}
					spec()
					
					
					- Returns:
 - {!ops.OpUpdateMember.Spec}
 
<inner> 
					
					
					updateCreators(doc)
					
					
					- Parameters:
 - {!ops.OdtDocument} doc
 
