Mixin: module:argos/_SDataListMixin

module:argos/_SDataListMixin

Enables SData for the List view. Adds the SData store to the view and exposes the needed properties for creating a Feed request.

Members

queryArgs

Source:

queryInclude

Source:

queryOrderBy

Source:

querySelect

Source:

queryWhere

Source:

request

Properties:
Name Type Description
request

Object SData request passed into the store. Optional.

Source:

resourceKind

Source:

resourcePredicate

Source:

resourceProperty

Source:

Methods

formatRelatedQuery(entry, fmt, property) → {String}

Constructs a where expression using the provided format string and extracting the needed property from entry

Parameters:
Name Type Description
entry Object

Data point to extract from.

fmt String

Format string to be replaced where ${0} will be the extracted property.

property String

Property name to extract from the entry. May be a path: 'Address.City'.

Source:
Returns:
Type
String