PivotViewToJsonOptions
PivotViewToJsonOptions class
The options of exporting pivot view as json.
class PivotViewToJsonOptions;
Constructors
| Name | Description |
|---|---|
| constructor() | The options for exporting pivot view to JSON. |
Properties
| Property | Type | Description |
|---|---|---|
| fileName | string | Gets and sets the file which stores exported JSON. |
| indent | string | Indicates 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.