Home > @tridion-sites/models > PublishingTarget
Abstract base class for classes that represent a target for publishing: Target Type and Publication Target.
Signature:
export declare abstract class PublishingTarget extends SystemWideObject
Extends: SystemWideObject
Constructor | Modifiers | Description |
---|---|---|
(constructor)(publishingTargetArgs) | Constructs a new instance of the PublishingTarget class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendPublishingTarget | ||
description | string | undefined | Description of the Publishing Target. | |
getInternalModel | () => BackendPublishingTarget |