Preparing search index...
The search index is not available
dyna-record
dyna-record
<internal>
TableMetadataOptions
Type Alias TableMetadataOptions
TableMetadataOptions
:
Pick
<
TableMetadata
,
"name"
>
&
Partial
<
Pick
<
TableMetadata
,
"delimiter"
>
,
>
&
{
defaultFields
?:
Partial
<
TableDefaultFields
>
}
Options for configuring table metadata, including the table name, delimiter, and default fields.
Remarks
name
: The table name (required).
delimiter
: An optional character used to separate fields in the table. If not provided, it defaults to
'#'
.
defaultFields
: An optional mapping of default fields to their attribute metadata table aliases.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
dyna-record
Loading...
Options for configuring table metadata, including the table name, delimiter, and default fields.