Skip to content
View as Markdown
View as Markdown

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

Function: projectVariable()

projectVariable(member, options): MappedVariable

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

Project an SDAPI object member to a structured variable.

Parameters

member

SdapiObjectMember

The SDAPI object member

options

includeScope?

boolean

Whether to include the scope field (defaults to true)

maxValueLength?

number

Maximum value length before truncation

Returns

MappedVariable

Released under the Apache-2.0 License.