Query
Base class for query metadata.
abstract class Query {
descendants: boolean
first: boolean
read: any
isViewQuery: boolean
selector: any
}
See also
Properties
Property | Description |
---|---|
descendants: boolean
|
|
first: boolean
|
|
read: any
|
|
isViewQuery: boolean
|
|
selector: any
|