FolderCommandHandler.shouldAddToFoldersMenu method
FolderCommandHandler › shouldAddToFoldersMenu
Checks whether the command should appear in the multi-folder context menu.Signature:
shouldAddToFoldersMenu(params: FolderCommandHandlerShouldAddToFoldersMenuParams): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| params | FolderCommandHandlerShouldAddToFoldersMenuParams | The parameters for the multi-folder menu check. |
Returns: boolean — Whether to add to the folders menu.