Interface IAppRePublish

interface IAppRePublish {
    appName?: string;
    checkOriginAppId?: boolean;
    data?: "source" | "target";
    description?: string;
    targetId: string;
}

Properties

appName?: string

The name (title) of the application.

checkOriginAppId?: boolean

Validate that source app is same as originally published.

Default

true
data?: "source" | "target"

The republished app will have data from source or target app. The default is source.

  • source: Publish with source data
  • target: Publish with target data
description?: string

The description of the application.

targetId: string

The target ID to be republished.