BasesViewConfig.clone method
BasesViewConfig › clone
Unofficial
Creates a copy of this config under a new view name.Signature:
clone(name: string): BasesViewConfigParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The name for the cloned view. |
Returns: BasesViewConfig — The cloned config.