BasesEntry.getRawProperty method
BasesEntry › getRawProperty
Unofficial
Gets the raw (un-wrapped) frontmatter value for a key.Signature:
getRawProperty(key: string): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The property key. |
Returns: unknown — The raw value, or null if not present.