17 lines
		
	
	
		
			443 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			443 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| favicon: /favicons/google-sheets.svg
 | |
| items:
 | |
|   - name: New spreadsheets
 | |
|     desc: Triggers when you create a new spreadsheet.
 | |
|   - name: New worksheets
 | |
|     desc: Triggers when you create a new worksheet in a spreadsheet.
 | |
|   - name: New spreadsheet rows
 | |
|     desc: Triggers when a new row is added to the bottom of a spreadsheet.
 | |
| ---
 | |
| 
 | |
| <script setup>
 | |
|   import CustomListing from '../../components/CustomListing.vue'
 | |
| </script>
 | |
| 
 | |
| <CustomListing />
 | 
