Class: CCEverywhere
Class to create CCEverywhere object.
Extends
Implements
Properties
Property
Modifier
Type
Accessors
activeInstance
Set Signature
set static activeInstance(instance): void;
Parameters
Parameter
Type
instance|
CCEverywhereBase | undefinedReturns
void
Inherited from
CCEverywhereBase.activeInstance
Methods
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.