@karmaniverous/jeeves
    Preparing search index...

    Interface WriteComponentVersionOptions

    Options for writing a component version entry.

    interface WriteComponentVersionOptions {
        componentName: string;
        pluginPackage?: string;
        pluginVersion?: string;
        servicePackage?: string;
    }
    Index

    Properties

    componentName: string

    Component name.

    pluginPackage?: string

    Plugin npm package name.

    pluginVersion?: string

    Plugin version.

    servicePackage?: string

    Service npm package name.