getViewByName Method
Get a view by name. The name can include the view group path, if no groupId is supplied.
getViewByName(arg: { groupId?: RowIdOrString, name: string }): Promise<ViewStoreRpc.ViewInfo | undefined>
| Parameter | Type | Description |
|---|---|---|
| arg | { groupId?: RowIdOrString, name: string } |
Returns - Promise<ViewStoreRpc.ViewInfo | undefined>
Defined in
- backend/src/ViewStore.ts Line 1234
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.