Skip to content

BasesEntry.getValue method

BasesEntry › getValue

Official

Get the value of the property. Note: Errors are returned as ErrorValue

Signature:

getValue(propertyId: `note.${string}` | `formula.${string}` | `file.${string}`): Value | null

Parameters:

Parameter Type Description
propertyId note.${string} | formula.${string} | file.${string}

Returns: Value | null

Since: 1.10.0