mindee
Preparing search index...
internal
input
DataSchemaReplace
Class DataSchemaReplace
The structure to completely replace the data schema of the model.
Index
Constructors
constructor
Properties
fields
Methods
to
JSON
to
String
Constructors
constructor
new
DataSchemaReplace
(
dataSchemaReplace
:
StringDict
)
:
DataSchemaReplace
Parameters
dataSchemaReplace
:
StringDict
Returns
DataSchemaReplace
Properties
fields
fields
:
DataSchemaField
[]
List of fields in the Data Schema.
Methods
to
JSON
toJSON
()
:
{
fields
:
Record
<
string
,
unknown
>
[]
}
Returns
{
fields
:
Record
<
string
,
unknown
>
[]
}
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
fields
Methods
to
JSON
to
String
mindee
Loading...
The structure to completely replace the data schema of the model.