1.0.3 • Published 1 year ago

@constellation4sitecore/foundation-data v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Constellation Foundation Data

Installation

npm install @constellation4sitecore/foundation-data --save

Usage

Get Item

await getItem(itemId);

Derived From

await derivedFrom(itemId, 'BASE TEMPLATE ID');

Get Template Info

await getTemplateInfo(itemId);