UNPKG

912 BTypeScriptView Raw
1/**
2 * Useful variables for interacting with CQ/AEM components.
3 *
4 * @namespace Constants
5 */
6export declare class Constants {
7 /**
8 * Type of the item.
9 */
10 static readonly TYPE_PROP = ":type";
11 /**
12 * List of child items of an item.
13 */
14 static readonly ITEMS_PROP = ":items";
15 /**
16 * Order in which the items should be listed.
17 */
18 static readonly ITEMS_ORDER_PROP = ":itemsOrder";
19 /**
20 * Path of an item.
21 */
22 static readonly PATH_PROP = ":path";
23 /**
24 * Children of a hierarchical item.
25 */
26 static readonly CHILDREN_PROP = ":children";
27 /**
28 * Hierarchical type of the item.
29 */
30 static readonly HIERARCHY_TYPE_PROP = ":hierarchyType";
31 /**
32 * JCR content node.
33 */
34 static readonly JCR_CONTENT = "jcr:content";
35 private constructor();
36}
37export default Constants;
38//# sourceMappingURL=Constants.d.ts.map
\No newline at end of file