Skip to content

FileCommandHandler.shouldAddToFilesMenu method

FileCommandHandler › shouldAddToFilesMenu

Checks whether the command should appear in the multi-file context menu.

Signature:

shouldAddToFilesMenu(params: FileCommandHandlerShouldAddToFilesMenuParams): boolean

Parameters:

ParameterTypeDescription
paramsFileCommandHandlerShouldAddToFilesMenuParamsThe parameters for the multi-file menu check.

Returns: booleanWhether to add to the files menu.