ui/build/collection-table/approval-anchor
ui/build/collection-table/approval-anchor
Variables
approvalRequestIdForRecord
const approvalRequestIdForRecord: (collectionName, record) => string | undefined;Defined in: apps/website/.api-docs-entry/ui/build/collection-table/approval-anchor.d.ts:3
Resolves the canonical approval request from either a held domain row or the request inbox row.
Parameters
| Parameter | Type |
|---|---|
collectionName |
string |
record |
CollectionRecord | undefined |
Returns
string | undefined