Developer Docs - Obsidian - EditColumn
Shows an edit button that will call the click handler when clicked.
Example
Properties
This column provides default values for the following standard properties:
onClick
Type: (key: string) => (void | Promise<void>)
Optional
Called when the edit button has been clicked. If a Promise is returned then the button will remain disabled until the Promise is resolved.