ui/build/collection-runtime/relationship-directory
ui/build/collection-runtime/relationship-directory
Functions
getRelationshipDirectoryContext()
function getRelationshipDirectoryContext(): CollectionRecordOperations | undefined;Defined in: apps/website/.api-docs-entry/ui/build/collection-runtime/relationship-directory.d.ts:5
Internal renderer lookup; consumed through #lib/collection-runtime, not the public package.
Returns
CollectionRecordOperations | undefined
setRelationshipDirectoryContext()
function setRelationshipDirectoryContext(directory): void;Defined in: apps/website/.api-docs-entry/ui/build/collection-runtime/relationship-directory.d.ts:3
Bolt supplies a safe relationship lookup without widening the authored collection client.
Parameters
| Parameter | Type |
|---|---|
directory |
CollectionRecordOperations |
Returns
void