mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	chore(client/ts): port bulk_actions/relations
This commit is contained in:
		
							parent
							
								
									ef4d2378f1
								
							
						
					
					
						commit
						5bdb325e08
					
				@ -8,6 +8,8 @@ interface ActionDefinition {
 | 
				
			|||||||
    script: string;
 | 
					    script: string;
 | 
				
			||||||
    relationName: string;
 | 
					    relationName: string;
 | 
				
			||||||
    targetNoteId: string;
 | 
					    targetNoteId: string;
 | 
				
			||||||
 | 
					    oldRelationName?: string;
 | 
				
			||||||
 | 
					    newRelationName?: string;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default abstract class AbstractBulkAction {
 | 
					export default abstract class AbstractBulkAction {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user