Skip to content

Commit

Permalink
Merge pull request #169 from retejs/docs
Browse files Browse the repository at this point in the history
fix: link to api
  • Loading branch information
Ni55aN authored Nov 10, 2024
2 parents 24d2118 + dedac03 commit 50791ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/uk/docs/4.guides/8.scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ await scopes.update(parent1.id)

## Зміна відступів від батьківського вузла {#change-padding}

За замовчуванням всі вузли мають однакові відступи. Ці значенням ви можете знайти в [документації до АПІ](/uk/docs/api/rete-scopes-plugin#props). Відступи можуть бути налаштованы для кожного вузла окремо, використовуючи опцію `padding`.
За замовчуванням всі вузли мають однакові відступи. Ці значенням ви можете знайти в [документації до АПІ](/docs/api/rete-scopes-plugin#props). Відступи можуть бути налаштованы для кожного вузла окремо, використовуючи опцію `padding`.

```ts
const scopes = new ScopesPlugin<Schemes>({
Expand Down

0 comments on commit 50791ba

Please sign in to comment.