tridion-sites-extensions-api-docs

Home > @tridion-sites/models > Bundle

Bundle class

Represents a Bundle which is used to group Repository Local Objects for Release Management purposes.

Signature:

export declare class Bundle extends VirtualFolder

Extends: VirtualFolder

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, items, …bundleArgs })   Constructs a new instance of the Bundle class

Properties

Property Modifiers Type Description
_backendModel   BackendBundle  
getInternalModel   () => BackendBundle  
items   ReadonlyArray<Link> | undefined Collection of links to items in the Bundle.