Skip to content

DynamicStoreDocWithDetails extends DynamicStoreDoc with populated metadata.

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2060

DynamicStoreDocWithDetails extends DynamicStoreDoc with populated metadata.

Extends

Type Parameters

T

T extends NumberType

Properties

_docId

_docId: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:13

A unique stringified document ID

Inherited from

iDynamicStoreDoc._docId


_id?

optional _id?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:16

A unique document ID (Mongo DB ObjectID)

Inherited from

iDynamicStoreDoc._id


createdBy

createdBy: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2048

Inherited from

iDynamicStoreDoc.createdBy


customData?

optional customData?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2052

Inherited from

iDynamicStoreDoc.customData


defaultValue

defaultValue: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2049

Inherited from

iDynamicStoreDoc.defaultValue


globalEnabled

globalEnabled: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2050

Inherited from

iDynamicStoreDoc.globalEnabled


metadata?

optional metadata?: iMetadata<T>

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2061


storeId

storeId: T

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2047

Inherited from

iDynamicStoreDoc.storeId


uri?

optional uri?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2051

Inherited from

iDynamicStoreDoc.uri

Edit this page on GitHub