Skip to content

Interface: GatheredEntry

Makaio Framework


Makaio Framework / contracts/extension / GatheredEntry

Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:25

A single entry gathered by a gather-stage hash trigger.

argument: string

Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:31

Argument portion of the matched hash value.


content: string

Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:27

Gathered content string.


optional metadata?: Record<string, unknown>

Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:33

Optional arbitrary metadata from the gatherer.


prefix: string

Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:29

Prefix token that matched this entry.