{{ stylesheets }}

stylesheets Summary

Contains multiple stylesheets.

stylesheets Properties

FieldTypeDescription
object_typestring"stylesheets"
is_validtrue/falsetrue if this contains at least one stylesheet
prependedlist of stylesheetsstylesheets that will be listed at the beginning of the items list
fetchedlist of stylesheetsThe primary list of stylesheets to be included in the items list
appendedlist of stylesheetsstylesheets that will be listed at the end of the items list
appended_uniquelist of stylesheetsstylesheets that will be listed at the end of the items list, excluding any stylesheets that are already included in either the prepended or fetched lists
itemslist of stylesheetsThe full list of stylesheets in the proper order and uniqueness, including prepended, fetched, and appended stylesheets
sizenumberThe total number of items in the list of items, including prepended, fetched, and appended stylesheets
limitnumberThe maximum number of stylesheets that could have been fetched dynamically from the database
startnumberThe 1-based index of the first stylesheet that was (or would have been) dynamically fetched from the database
pagenumberThe 1-based index of the first "page" of stylesheets that could have been fetched dynamically from the database - as determined by the start and limit properties
total_countnumberThe total number of stylesheets in the database that matched the provided filter parameters when fetching the list of fetched stylesheets
total_pagesnumberThe total number of "pages" of results that matched the provided filter parameters when fetching the list of fetched stylesheets - as determined by the total_count and limit properties
outputhtmlThe default output that the stylesheets will produce when it is output directly to the template - using the "output_in_list" property of each stylesheet in the items list