@perspective-dev/client
Preparing search index...
src/ts/ts-rs/ViewConfig.ts
ViewConfig
Type Alias ViewConfig
type
ViewConfig
=
{
aggregates
:
{
[
key
in
string
]
?:
Aggregate
}
;
columns
:
(
string
|
null
)
[]
;
expressions
:
Expressions
;
filter
:
Filter
[]
;
filter_op
?:
FilterReducer
;
group_by
:
string
[]
;
group_by_depth
?:
number
|
null
;
sort
:
Sort
[]
;
split_by
:
string
[]
;
}
Index
Properties
aggregates
columns
expressions
filter
filter_
op?
group_
by
group_
by_
depth?
sort
split_
by
Properties
aggregates
aggregates
:
{
[
key
in
string
]
?:
Aggregate
}
columns
columns
:
(
string
|
null
)
[]
expressions
expressions
:
Expressions
filter
filter
:
Filter
[]
Optional
filter_
op
filter_op
?:
FilterReducer
group_
by
group_by
:
string
[]
Optional
group_
by_
depth
group_by_depth
?:
number
|
null
sort
sort
:
Sort
[]
split_
by
split_by
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aggregates
columns
expressions
filter
filter_
op
group_
by
group_
by_
depth
sort
split_
by
@perspective-dev/client
Loading...