# Interface: IntegrationPluginParams\<T\>

Defined in: [packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:961](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts#L961)

## Extended by

- [`IntegrationPluginDetails`](https://docs.bitbadges.io/sdk/reference/interfaces/integration-plugin-details)
- [`IntegrationPluginDetailsUpdate`](https://docs.bitbadges.io/sdk/reference/interfaces/integration-plugin-details-update)

## Type Parameters

### T

`T` *extends* [`ClaimIntegrationPluginType`](https://docs.bitbadges.io/sdk/reference/type-aliases/claim-integration-plugin-type)

## Properties

### instanceId

> **instanceId**: `string`

Defined in: [packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:969](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts#L969)

The ID of the plugin instance. This is a unique identifier for referencing this instance of the plugin within this claim
(e.g. differentiate between duplicates of the same plugin type).

This is different from the pluginId, which is a unique identifier for the plugin itself. All instances of the same plugin
will have the same pluginId.

***

### metadata?

> `optional` **metadata?**: `object`

Defined in: [packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:982](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts#L982)

Custom display metadata for the plugin. This will override the default metadata for the plugin.

#### description

> **description**: `string`

#### image?

> `optional` **image?**: `string`

#### name

> **name**: `string`

***

### pluginId

> **pluginId**: `T`

Defined in: [packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:974](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts#L974)

The ID of the plugin (e.g. "numUses"). This is the reusable plugin ID.
Do not use this as a unique identifier for the plugin instance as there could be duplicate pluginIds. Use instanceId instead.

***

### privateParams

> **privateParams**: [`ClaimIntegrationPrivateParamsType`](https://docs.bitbadges.io/sdk/reference/type-aliases/claim-integration-private-params-type)\<`T`\>

Defined in: [packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:980](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts#L980)

The parameters of the plugin that are not visible to the public. These are custom per plugin type.

***

### publicParams

> **publicParams**: [`ClaimIntegrationPublicParamsType`](https://docs.bitbadges.io/sdk/reference/type-aliases/claim-integration-public-params-type)\<`T`\>

Defined in: [packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:978](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts#L978)

The parameters of the plugin that are visible to the public. These are custom per plugin type.

***

### version

> **version**: `string`

Defined in: [packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:976](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts#L976)

The version of the plugin
