CascadingDatasource
public class CascadingDatasource : Cascadable, UniqueString, Subscriptable
Undocumented
-
Retrieves the query which is used to load data from the pod
Declaration
Swift
var query: String? { get set } -
Retrieves the property that is used to sort on
Declaration
Swift
var sortProperty: String? { get set } -
Retrieves whether the sort direction false sort descending true sort ascending
Declaration
Swift
var sortAscending: Bool? { get set } -
Returns a string representation of the data in QueryOptions that is unique for that data Each QueryOptions object with the same data will return the same uniqueString
Declaration
Swift
var uniqueString: String { get } -
Undocumented
Declaration
Swift
func flattened() -> Datasource -
Undocumented
Declaration
Swift
subscript(propName: String) -> Any? { get set }
CascadingDatasource Class Reference