Move
function Move(type: PivotMoveFieldType | PivotFieldOrientationType = null, index: number | "undefined" = null): void
Description
Moves field inside category.
Parameters
The type of the field to move.
- index
number | "undefined"
null The index of the field in new category.
Returns
void