Skip to content

BasesViewConfig.getAsPropertyId method

BasesViewConfig › getAsPropertyId

Official

Retrieve a user-configured value from the config, converting it to a obsidian#BasesPropertyId. Returns null if the requested key is not present in the config, or if the value is invalid.

Signature:

getAsPropertyId(key: string): BasesPropertyId | null

Parameters:

Parameter Type Description
key string

Returns: BasesPropertyId | null

Since: 1.10.0