<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`BasesViewConfig`](BasesViewConfig) › [`getDisplayName`](BasesViewConfig/getDisplayName) ## BasesViewConfig.getDisplayName() method Retrieve a friendly name for the provided property. If the property has been renamed by the user in the Base config, that value is returned. File properties may have a default name that is returned, otherwise the name with the property type prefix removed is returned. 1.10.0 **Signature:** ```typescript getDisplayName(propertyId: BasesPropertyId): string; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>propertyId</code> | [`BasesPropertyId`](BasesPropertyId) | | **Returns:** `string`