constructs.MetadataEntry

interface MetadataEntry

LanguageType name
.NETConstructs.MetadataEntry
Javasoftware.constructs.MetadataEntry
Pythonconstructs.MetadataEntry
TypeScript (source)constructs » MetadataEntry

An entry in the construct metadata table.

Properties

NameTypeDescription
dataanyThe data.
typestringThe 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.