Preparing search index...

    Metadata descriptor for a PluginVerifier, identifying which plugins it targets and how to verify them.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    canVerify: (arg1: IPluginDescriptor) => any

    Function that returns true if this verifier should run for the given plugin descriptor.

    dependencies: InterfaceId[]
    description: string

    Human-readable description of the plugin.

    id: string

    Unique identifier string for the plugin.

    interfaces: InterfaceId[]

    List of interface IDs that this plugin implements or exposes.

    name: string

    Display name of the plugin.

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean