changeDefaultViewId Method
Change the default view for a view group. If no group is supplied, this changes the default view for the root view group.
changeDefaultViewId(args: { defaultView: RowIdOrString, group?: string }): Promise<void>
Parameter | Type | Description |
---|---|---|
args | { defaultView: RowIdOrString, group?: string } |
Returns - Promise
Defined in
- core/backend/src/ViewStore.ts Line 1227
Last Updated: 22 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.