FindAllCommand Class
In This Article
A command to find all matches of the specified text in the document.
#Declaration
TypeScript
declare class FindAllCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.findAll property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
FindAllCommand
See Also