gsheets.updatevaluesprops.includevaluesinresponse
Home > @runlightyear/gsheets > UpdateValuesProps > includeValuesInResponse
UpdateValuesProps.includeValuesInResponse property
Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns).
Signature:includeValuesInResponse?: boolean;