Attributes of a JavaScript source map.

Hierarchy

  • JSSourcemapAttributes

Constructors

Properties

absolutePath?: string

The absolute path to the minified JavaScript file.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
blobStorageSourcemapPath?: string

The path to the source map in blob storage.

buildId?: string

The build identifier.

createdAt: Date

The timestamp when the source map was created.

domain?: string

The domain associated with the source map.

fileName?: string

The file name of the minified JavaScript file.

mapkind: string

The type of source map.

service?: string

The service name associated with the source map.

size: number

The size of the source map file in bytes.

variant?: string

The source map variant.

version?: string

The version of the service associated with the source map.

versionCode?: string

The version code.

Generated using TypeDoc