Class: CCEverywhere
Class to create CCEverywhere object.
Extends
Implements
Constructors
Constructor
new CCEverywhere(
validator,
hostInfo,
configParams,
authProvider,
clientAuthProvider): CCEverywhere;
Parameters
Parameter
Type
validatorValidatorhostInfoconfigParamsauthProviderAuthProviderclientAuthProviderReturns
CCEverywhere
Overrides
Properties
Property
Modifier
Type
Accessors
activeInstance
Get Signature
get static activeInstance():
| undefined
| CCEverywhereBase;
Returns
| undefined | CCEverywhereBase
Set Signature
set static activeInstance(instance): void;
Parameters
Parameter
Type
instance|
undefined | CCEverywhereBaseReturns
void
Inherited from
CCEverywhereBase.activeInstance
state
Get Signature
get static state(): State;
Returns
Set Signature
set static state(value): void;
Parameters
Parameter
Type
valueReturns
void
Inherited from
version
Get Signature
get version(): string;
Get version of SDK
Returns
string
Inherited from
Methods
terminate()
terminate(): void;
Method to un-initialize cceverywhere object
Returns
void
Inherited from
close()
close(showConfirmationDialog?):
| boolean
| Promise<CloseStatusMessage>;
Closes any active design in progress.
Parameters
Parameter
Type
Description
showConfirmationDialog?booleanboolean 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
Inherited from
onRequestIdUpdate()
onRequestIdUpdate(requestId): void;
Parameters
Parameter
Type
requestIdstringReturns
void