Edit in GitHubLog an issue

cc-everywhere


Class: CCEverywhere

Class to create CCEverywhere object.

Extends

Implements

Constructors

Constructor

Copied to your clipboard
new CCEverywhere(
validator,
hostInfo,
configParams,
authProvider,
clientAuthProvider): CCEverywhere;

Parameters

ParameterType
validator
Validator
hostInfo
configParams
authProvider
AuthProvider
clientAuthProvider

Returns

CCEverywhere

Overrides

CCEverywhereBase.constructor

Properties

PropertyModifierType
editor
readonly
module
readonly
quickAction
readonly

Accessors

activeInstance

Get Signature

Copied to your clipboard
get static activeInstance():
| undefined
| CCEverywhereBase;
Returns

| undefined | CCEverywhereBase

Set Signature

Copied to your clipboard
set static activeInstance(instance): void;
Parameters
ParameterType
instance
| undefined | CCEverywhereBase
Returns

void

Inherited from

CCEverywhereBase.activeInstance


state

Get Signature

Copied to your clipboard
get static state(): State;
Returns

State

Set Signature

Copied to your clipboard
set static state(value): void;
Parameters
ParameterType
value
Returns

void

Inherited from

CCEverywhereBase.state


version

Get Signature

Copied to your clipboard
get version(): string;

Get version of SDK

Returns

string

Inherited from

CCEverywhereBase.version

Methods

terminate()

Copied to your clipboard
terminate(): void;

Method to un-initialize cceverywhere object

Returns

void

Inherited from

CCEverywhereBase.terminate


close()

Copied to your clipboard
close(showConfirmationDialog?):
| boolean
| Promise<CloseStatusMessage>;

Closes any active design in progress.

Parameters

ParameterTypeDescription
showConfirmationDialog?
boolean
boolean value indicating whether to show confirmation dialog or not.

Returns

| boolean | Promise<CloseStatusMessage>

boolean value indicating whether the close operation was successful or not.

Implementation of

CCEverywhereInterface.close

Inherited from

CCEverywhereBase.close


onRequestIdUpdate()

Copied to your clipboard
onRequestIdUpdate(requestId): void;

Parameters

ParameterType
requestId
string

Returns

void

Inherited from

CCEverywhereBase.onRequestIdUpdate

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.