PivotViewToJsonOptions

PivotViewToJsonOptions class

The options of exporting pivot view as json.

class PivotViewToJsonOptions;

Constructors

NameDescription
constructor()The options for exporting pivot view to JSON.

Properties

PropertyTypeDescription
fileNamestringGets and sets the file which stores exported JSON.
indentstringIndicates the indent.

constructor()

The options for exporting pivot view to JSON.

constructor();

fileName

Gets and sets the file which stores exported JSON.

fileName : string;

indent

Indicates the indent.

indent : string;

Remarks

If the indent is null or empty, the exported json is not formatted.