Kind
Enumerates known semantic types, which are further mapped to their implementation types in each
semantic expression framework by implementing code.
Content copied to clipboard
elide.page.Kind
Properties
Link copied to clipboard
Detail product view: information about a single product or product group. Produces view events
in analytics for each product or product group displayed to the user.
Content copied to clipboard
DETAIL = 2;
Link copied to clipboard
Master products view: listing of multiple products. Produces impression events in analytics
for each section or product displayed to the user.
Content copied to clipboard
MASTER = 1;
Link copied to clipboard
Default content kind: generic web page or web application.
Content copied to clipboard
WEB_PAGE = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)