Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
ViewBuilderCore
Class ViewBuilderCore<TConfig>
Type Parameters
TConfig
extends
{
columns
?:
unknown
;
name
:
string
}
Hierarchy (
View Summary
)
ViewBuilderCore
ViewBuilder
ManualViewBuilder
Index
Constructors
constructor
Properties
_
config
name
[entity
Kind]
Constructors
constructor
new
ViewBuilderCore
<
TConfig
extends
{
columns
?:
unknown
;
name
:
string
}
>
(
name
:
TConfig
[
"name"
]
,
)
:
ViewBuilderCore
<
TConfig
>
Type Parameters
TConfig
extends
{
columns
?:
unknown
;
name
:
string
}
Parameters
name
:
TConfig
[
"name"
]
Returns
ViewBuilderCore
<
TConfig
>
Properties
Readonly
_
_
:
{
columns
:
TConfig
[
"columns"
]
;
name
:
TConfig
[
"name"
]
}
Protected
config
config
:
ViewBuilderConfig
Protected
name
name
:
TConfig
[
"name"
]
Static
Readonly
[entity
Kind]
"[entityKind]"
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
config
name
[entity
Kind]
Documentation
Loading...