Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / config / InstanceInfo

Interface: InstanceInfo

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:330

Information about a configured instance.

Properties

active?

optional active: boolean

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:336

Whether this instance is currently active


hostname?

optional hostname: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:334

B2C instance hostname


location?

optional location: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:340

Location (file path, etc.)


name

name: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:332

Instance name


source

source: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:338

Source name for display

Released under the Apache-2.0 License.