Skip to content

FolderCommandHandler.shouldAddToFolderMenu method

FolderCommandHandler › shouldAddToFolderMenu

Checks whether the command should appear in the single-folder context menu.

Signature:

shouldAddToFolderMenu(params: FolderCommandHandlerShouldAddToFolderMenuParams): boolean

Parameters:

ParameterTypeDescription
paramsFolderCommandHandlerShouldAddToFolderMenuParamsThe parameters for the single-folder menu check.

Returns: booleanWhether to add to the folder menu.