Skip to main content
Version: Next

ToolDocument

Home > @backstage/plugin-search-backend-module-explore > ToolDocument

Warning: This API is now obsolete.

This entire package is deprecated and has been moved to the Backstage community repository; please use the @backstage-community/plugin-search-backend-module-explore package instead.

Extended IndexableDocument with explore tool specific properties

Signature:

export interface ToolDocument extends IndexableDocument, ExploreTool 

Extends: IndexableDocument, ExploreTool