Skip to content

BasesViewConfig.getPropertyConfig method

BasesViewConfig › getPropertyConfig

Unofficial

Gets the per-property config for a property.

Signature:

getPropertyConfig(property: `note.${string}` | `formula.${string}` | `file.${string}`): unknown

Parameters:

ParameterTypeDescription
propertynote.${string} | formula.${string} | file.${string}The property identifier.

Returns: unknownThe property config.