Home > @tridion-sites/models > Bundle
Represents a Bundle which is used to group Repository Local Objects for Release Management purposes.
Signature:
export declare class Bundle extends VirtualFolder
Extends: VirtualFolder
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, items, …bundleArgs }) | Constructs a new instance of the Bundle class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendBundle | ||
getInternalModel | () => BackendBundle | ||
items | ReadonlyArray<Link> | undefined | Collection of links to items in the Bundle. |