RegisterCollatorParameters
Home > @backstage/plugin-search-backend-node
> RegisterCollatorParameters
Parameters required to register a collator.
Signature:
export interface RegisterCollatorParameters
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
The class responsible for returning the document collator of the given type. | |||
The schedule for which the provided collator will be called, commonly the result of SchedulerService.createScheduledTaskRunner() |