mindee
Preparing search index...
internal
input
DataSchema
Class DataSchema
Modify the Data Schema.
Index
Constructors
constructor
Properties
replace?
Methods
to
JSON
to
String
Constructors
constructor
new
DataSchema
(
dataSchema
:
string
|
StringDict
)
:
DataSchema
Parameters
dataSchema
:
string
|
StringDict
Returns
DataSchema
Properties
Optional
replace
replace
?:
DataSchemaReplace
If set, completely replaces the data schema of the model.
Methods
to
JSON
toJSON
()
:
{
replace
:
{
fields
:
Record
<
string
,
unknown
>
[]
}
|
undefined
}
Returns
{
replace
:
{
fields
:
Record
<
string
,
unknown
>
[]
}
|
undefined
}
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
replace
Methods
to
JSON
to
String
mindee
Loading...
Modify the Data Schema.