cc-everywhere

Class: CCEverywhere

Class to create CCEverywhere object.

Extends

Implements

Properties

Property
Modifier
Type
editor
readonly
EditorWorkflow
module
readonly
ModuleWorkflow
quickAction
readonly
QuickActionWorkflow

Accessors

activeInstance

Set Signature

set static activeInstance(instance): void;
Parameters
Parameter
Type
instance
| CCEverywhereBase | undefined
Returns

void

Inherited from

CCEverywhereBase.activeInstance

Methods

close()

close(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.

Implementation of

CCEverywhereInterface.close

Inherited from

CCEverywhereBase.close