Skip to content

BasesEntry.getRawProperty method

BasesEntry › getRawProperty

Unofficial

Gets the raw (un-wrapped) frontmatter value for a key.

Signature:

getRawProperty(key: string): unknown

Parameters:

Parameter Type Description
key string The property key.

Returns: unknownThe raw value, or null if not present.