mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Rename branch to develop
This commit is contained in:
@@ -8,7 +8,7 @@ nav: ja
|
||||
ルールエバリュエータは、`RuleContext` 参照とオプションの `RuleParameter` インスタンスのリストを受け取るプレーンな JavaScript (または TypeScript) 関数です。
|
||||
|
||||
アプリケーションは、評価関数に特別な
|
||||
[RuleEvaluator](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/extensions/src/lib/config/rule.extensions.ts)
|
||||
[RuleEvaluator](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/extensions/src/lib/config/rule.extensions.ts)
|
||||
タイプエイリアスを提供します:
|
||||
|
||||
```ts
|
||||
@@ -26,7 +26,7 @@ export function hasSelection(
|
||||
}
|
||||
```
|
||||
|
||||
`context` は、[RuleContext](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/extensions/src/lib/config/rule.extensions.ts) 型の特別なインスタンスへの参照であり、
|
||||
`context` は、[RuleContext](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/extensions/src/lib/config/rule.extensions.ts) 型の特別なインスタンスへの参照であり、
|
||||
各エバリュエータがランタイムエンティティにアクセスできるようにします。
|
||||
|
||||
```ts
|
||||
|
@@ -41,4 +41,4 @@ app.config.json ファイルで、これらは ACA バージョンマネージ
|
||||
|
||||
バージョンコメントをバージョンリストに表示しない場合は、allowComments を false に設定します。
|
||||
|
||||
ファイルのバージョンをクリックして削除すると、確認ダイアログが表示されます。詳細については、[Confirm Dialog Component](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/content-services/dialogs/confirm.dialog.ts) をご覧ください。
|
||||
ファイルのバージョンをクリックして削除すると、確認ダイアログが表示されます。詳細については、[Confirm Dialog Component](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/content-services/dialogs/confirm.dialog.ts) をご覧ください。
|
||||
|
Reference in New Issue
Block a user