@flowscripter/dynamic-plugin-framework
    Preparing search index...

    Interface SearchQuery

    Base query type for MarketplacePluginRepository.search.

    Implementations of MarketplacePluginRepository may extend this interface to expose additional provider-specific filter fields (e.g. npm keywords, tag values).

    interface SearchQuery {
        text?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    text?: string

    Free-text search string. The fields searched are provider-defined (e.g. name, description and keywords on npmjs.com).