BasesViewConfig.setSummaryKey method
BasesViewConfig › setSummaryKey
Unofficial
Sets the summary function key for a property.Signature:
setSummaryKey(property: `note.${string}` | `formula.${string}` | `file.${string}`, summaryKey: string | null): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| property | note.${string} | formula.${string} | file.${string} | The property identifier. |
| summaryKey | string | null | The summary key, or null to clear it. |
Returns: void