Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/debug / MappedLocation

Interface: MappedLocation

Defined in: packages/b2c-tooling-sdk/src/operations/debug/projections.ts:28

A mapped source location with both server and local file paths.

Properties

file

file: string | null

Defined in: packages/b2c-tooling-sdk/src/operations/debug/projections.ts:29


function_name

function_name: string

Defined in: packages/b2c-tooling-sdk/src/operations/debug/projections.ts:30


line

line: number

Defined in: packages/b2c-tooling-sdk/src/operations/debug/projections.ts:31


script_path

script_path: string

Defined in: packages/b2c-tooling-sdk/src/operations/debug/projections.ts:32

Released under the Apache-2.0 License.