Type Alias PublishApp

type PublishApp = {
    attributes?: AppUpdateAttributes;
    data?: PublishData;
    moveApp?: boolean;
    originAppId?: string;
    spaceId?: string;
}
Index

Properties

attributes?: AppUpdateAttributes
moveApp?: boolean

The original is moved instead of copied. The current published state of all objects is kept.

originAppId?: string

If app is moved, originAppId needs to be provided.

spaceId?: string

The managed space ID where the app will be published.