FileCommandHandler.shouldAddToFilesMenu method
FileCommandHandler › shouldAddToFilesMenu
Checks whether the command should appear in the multi-file context menu.Signature:
shouldAddToFilesMenu(params: FileCommandHandlerShouldAddToFilesMenuParams): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| params | FileCommandHandlerShouldAddToFilesMenuParams | The parameters for the multi-file menu check. |
Returns: boolean — Whether to add to the files menu.