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