provideRelationships
The provideRelationships function registers a Relationships object with a given Id into the current Provider context.
provideRelationships(
relationshipsId: string,
relationships: Relationships,
): void| Type | Description | |
|---|---|---|
relationshipsId | string | The |
relationships | Relationships | The |
| returns | void | This has no return value. |
Since
v8.1.0