Skip to content
View as Markdown
View as Markdown

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

Interface: VariableRef

Defined in: packages/b2c-tooling-sdk/src/operations/debug/variable-store.ts:19

Properties

frameIndex

frameIndex: number

Defined in: packages/b2c-tooling-sdk/src/operations/debug/variable-store.ts:21


objectPath

objectPath: string

Defined in: packages/b2c-tooling-sdk/src/operations/debug/variable-store.ts:22


scope?

optional scope: "global" | "local" | "closure"

Defined in: packages/b2c-tooling-sdk/src/operations/debug/variable-store.ts:24

If set, this reference is for a scope — filter /variables by this scope.


threadId

threadId: number

Defined in: packages/b2c-tooling-sdk/src/operations/debug/variable-store.ts:20

Released under the Apache-2.0 License.