@refinio/one.models
Preparing search index...
models/ChannelManager
DataSelectionOptions
Type Alias DataSelectionOptions
Options used for selecting specific data from channels.
All elements are ANDed together.
type
DataSelectionOptions
=
{
count
?:
number
;
from
?:
Date
;
id
?:
string
;
ids
?:
string
[]
;
omitData
?:
boolean
;
omitSharedWith
?:
boolean
;
orderBy
?:
Order
;
to
?:
Date
;
type
?:
OneObjectTypeNames
;
types
?:
OneObjectTypeNames
[]
;
}
Index
Properties
count?
from?
id?
ids?
omit
Data?
omit
Shared
With?
order
By?
to?
type?
types?
Properties
Optional
count
count
?:
number
Optional
from
from
?:
Date
Optional
id
id
?:
string
Optional
ids
ids
?:
string
[]
Optional
omit
Data
omitData
?:
boolean
Optional
omit
Shared
With
omitSharedWith
?:
boolean
Optional
order
By
orderBy
?:
Order
Optional
to
to
?:
Date
Optional
type
type
?:
OneObjectTypeNames
Optional
types
types
?:
OneObjectTypeNames
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
count
from
id
ids
omit
Data
omit
Shared
With
order
By
to
type
types
@refinio/one.models
Loading...
Options used for selecting specific data from channels.
All elements are ANDed together.