Contains the list of component's options and their new values. Note that changes to some options take effect only after reloading the report (e.g., using setReport()).
Examples
1) How to turn off totals:
let options = pivot.getOptions(); options.grid.showTotals = "off"; pivot.setOptions(options); pivot.refresh();