getViewInfo Method
Get the ViewInfo for a view by Id. Returns undefined if the view does not exist.
getViewInfo(args: { viewId: RowIdOrString }): Promise<ViewStoreRpc.ViewInfo | undefined>
| Parameter | Type | Description |
|---|---|---|
| args | { viewId: RowIdOrString } |
Returns - Promise<ViewStoreRpc.ViewInfo | undefined>
Defined in
- backend/src/ViewStore.ts Line 674
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.