SiteCloneability interface

Represents whether or not an app is cloneable.

Properties

blockingCharacteristics

List of blocking application characteristics.

blockingFeatures

List of features enabled on app that prevent cloning.

result

Name of app.

unsupportedFeatures

List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned but the features in this list will not be set up on cloned app.

Property Details

blockingCharacteristics

List of blocking application characteristics.

blockingCharacteristics?: SiteCloneabilityCriterion[]

Property Value

blockingFeatures

List of features enabled on app that prevent cloning.

blockingFeatures?: SiteCloneabilityCriterion[]

Property Value

result

Name of app.

result?: CloneAbilityResult

Property Value

unsupportedFeatures

List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned but the features in this list will not be set up on cloned app.

unsupportedFeatures?: SiteCloneabilityCriterion[]

Property Value