DocumentDecoratorFactory.types
Home > @backstage/plugin-search-common
> DocumentDecoratorFactory
> types
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.
Signature:
readonly types?: string[];