Class: CCEverywhere
Class to create CCEverywhere object.
Extends
Implements
Properties
Property | Modifier | Type |
---|---|---|
readonly | ||
readonly | ||
readonly |
Accessors
activeInstance
Set Signature
Copied to your clipboardset static activeInstance(instance): void;
Parameters
Parameter | Type |
---|---|
instance | | undefined | CCEverywhereBase |
Returns
void
Inherited from
CCEverywhereBase
.activeInstance
Methods
close()
Copied to your clipboardclose(showConfirmationDialog?):| boolean| Promise<CloseStatusMessage>;
Closes any active design in progress.
Parameters
Parameter | Type | Description |
---|---|---|
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.