From 22fded93fb1cc04a617dc12650a37abbf00a22a3 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 7 Jul 2024 11:54:57 +0300 Subject: [PATCH] docs --- client/src/handlers/row-action.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/handlers/row-action.js b/client/src/handlers/row-action.js index fcb038c444..f7d3731caf 100644 --- a/client/src/handlers/row-action.js +++ b/client/src/handlers/row-action.js @@ -48,6 +48,10 @@ class RowActionHandler { this.collection = this.view.collection; } + /** + * @param {module:model} model A model. + * @param {string} action An action. + */ isAvailable(model, action) { return true; }