BasesQuery.setFormulas method
BasesQuery › setFormulas
Unofficial
Sets the formulas.Signature:
setFormulas(formulas: Record<string, BasesFormula>): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| formulas | Record<string, BasesFormula> | The formulas to set. |
Returns: void