Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-models
schemas
ViewSchemaDefinition
Interface ViewSchemaDefinition<T>
interface
ViewSchemaDefinition
<
T
=
{
[
key
:
string
]:
any
}
>
{
name
:
ViewName
;
options
?:
SchemaOptions
;
schema
:
T
;
viewOn
:
CollectionNames
|
ViewName
;
}
Type Parameters
T
=
{
[
key
:
string
]:
any
}
Hierarchy
Pick
<
SchemaDefinition
<
T
>
,
"schema"
|
"options"
>
ViewSchemaDefinition
Index
Properties
name
options?
schema
view
On
Properties
name
name
:
ViewName
Optional
options
options
?:
SchemaOptions
schema
schema
:
T
view
On
viewOn
:
CollectionNames
|
ViewName
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
options
schema
view
On
Trova Core - v3.43.0
Loading...