-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from Serpico1899/main
π add relatedRelationFns document(api reference)
- Loading branch information
Showing
1 changed file
with
24 additions
and
4 deletions.
There are no files selected for viewing
28 changes: 24 additions & 4 deletions
28
pages/src/api/schemas/relatedRelationFns/relatedRelation_Fns.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
# relatedRelationFns | ||
|
||
this function is create for define all things in local scope | ||
and also all functions of outrelation define in this function | ||
@function | ||
@returns - return objects of all functions that define in this function | ||
```ts | ||
const relatedRelationFns = (schemasObj: TSchemas) | ||
``` | ||
|
||
_This function is create for define all things in local scope and also all functions of outrelation define in this function_ | ||
|
||
</br> | ||
<details open> | ||
<summary> | ||
Return | ||
</summary> | ||
<pre> | ||
<code class="language-json" style="padding: 0;"> | ||
<a href="./getRelatedRelations_fn.md" target="_blank" style="text-decoration: none; cursor:pointer">getRelatedRelations</a> | ||
</code> | ||
</pre> | ||
</details> | ||
|
||
<h3 >Parameters</h3> | ||
<pre> | ||
<code class="language-ts" style="padding: 0; margin-top: 12px; margin-top: -18px;"> | ||
schemasObj: <a href="../../types/schema/Tschemas.md" target="_blank" style="text-decoration: none; cursor:pointer">TSchemas</a> | ||
</code> | ||
</pre> |