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:360

Information about a configured instance.

Properties

active?

optional active: boolean

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

Whether this instance is currently active


hostname?

optional hostname: string

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

B2C instance hostname


location?

optional location: string

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

Location (file path, etc.)


name

name: string

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

Instance name


source

source: string

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

Source name for display

Released under the Apache-2.0 License.