ViewStore.fromRowId Function
convert a RowId to a RowString (base-36 integer with a leading "@")
fromRowId(rowId: number): string
| Parameter | Type | Description |
|---|---|---|
| rowId | number |
Returns - string
Defined in
- backend/src/ViewStore.ts Line 143
Last Updated: 12 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.