interface MetadataEntry
Language | Type name |
---|---|
.NET | Constructs.MetadataEntry |
Java | software.constructs.MetadataEntry |
Python | constructs.MetadataEntry |
TypeScript (source) | constructs » MetadataEntry |
An entry in the construct metadata table.
Properties
Name | Type | Description |
---|---|---|
data | any | The data. |
type | string | The metadata entry type. |
trace? | string[] | Stack trace at the point of adding the metadata. |
data
Type:
any
The data.
type
Type:
string
The metadata entry type.
trace?
Type:
string[]
(optional, default: no trace information)
Stack trace at the point of adding the metadata.
Only available if addMetadata()
is called with stackTrace: true
.