Skip to content

BasesViewConfig.getSummaryKey method

BasesViewConfig › getSummaryKey

Unofficial

Gets the summary function key configured for a property.

Signature:

getSummaryKey(property: `note.${string}` | `formula.${string}` | `file.${string}`): null | string

Parameters:

Parameter Type Description
property note.${string} | formula.${string} | file.${string} The property identifier.

Returns: null | stringThe summary key, or null if none.