DocumentDecoratorFactory
Home > @backstage/plugin-search-common
> DocumentDecoratorFactory
Factory class for instantiating decorators.
Signature:
export interface DocumentDecoratorFactory
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
string[] |
(Optional) An optional array of document/index types on which this decorator should be applied. If no types are provided, this decorator will be applied to all document/index types. |
Methods
Method |
Description |
---|---|
Instantiates and resolves a document decorator. |