BasesViewConfig.getAsPropertyId method
BasesViewConfig › getAsPropertyId
Official
Retrieve a user-configured value from the config, converting it to aobsidian#BasesPropertyId. Returns null if the requested key is not present in the config, or if the value is invalid. Signature:
getAsPropertyId(key: string): BasesPropertyId | nullParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string |
Returns: BasesPropertyId | null
Since: 1.10.0