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