SP.FieldCalculated.outputType property (sp.js)
Gets or sets a value that specifies the output format for the field.
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var value = SP.FieldCalculated.get_outputType ()
var value = SP.FieldCalculated.set_outputType ()
Return value
Type: SP.FieldType
The output format for the field.
Remarks
It must be one of the following values: Text, Number, Integer, currency, Boolean, or DateTime.