AbstractFileCommandHandler.shouldAddToAbstractFilesMenu method
AbstractFileCommandHandler › shouldAddToAbstractFilesMenu
Checks whether the command should appear in the multi-file context menu. Default implementation checks each file individually.Signature:
shouldAddToAbstractFilesMenu(params: AbstractFileCommandHandlerShouldAddToAbstractFilesMenuParams): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| params | AbstractFileCommandHandlerShouldAddToAbstractFilesMenuParams | The parameters for the multi-file menu check. |
Returns: boolean — Whether to add to the files menu.