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