Preparing search index...
The search index is not available
API
API
<internal>
AddJSONSchemaRequired
Type Alias AddJSONSchemaRequired<TJSONSchema, TColumns>
AddJSONSchema
Required
<
TJSONSchema
,
TColumns
>
:
{
[
K
in
keyof
TColumns
]
:
K
extends
string
?
IsJSONSchemaRequired
<
TJSONSchema
,
K
>
extends
true
?
NotNull
<
TColumns
[
K
]
>
:
TColumns
[
K
]
:
TColumns
[
K
]
}
Mark columns as NotNull if they are required in the JSONSchema
Type Parameters
TJSONSchema
extends
JSONSchema7Object
TColumns
extends
Record
<
string
,
ColumnBuilderBase
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
API
Loading...
Mark columns as NotNull if they are required in the JSONSchema