Interface: GatheredEntry
Makaio Framework / contracts/extension / GatheredEntry
Interface: GatheredEntry
Section titled “Interface: GatheredEntry”Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:25
A single entry gathered by a gather-stage hash trigger.
Properties
Section titled “Properties”argument
Section titled “argument”argument:
string
Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:31
Argument portion of the matched hash value.
content
Section titled “content”content:
string
Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:27
Gathered content string.
metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,unknown>
Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:33
Optional arbitrary metadata from the gatherer.
prefix
Section titled “prefix”prefix:
string
Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:29
Prefix token that matched this entry.