CreateRowOptionsBase TypeAlias
Base options for creating table row schema.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
type CreateRowOptionsBase<TSchemaFactory extends SchemaFactoryAlpha = SchemaFactoryAlpha, TCell extends ImplicitAllowedTypes = ImplicitAllowedTypes> = OptionsWithSchemaFactory<TSchemaFactory> & OptionsWithCellSchema<TCell>;
Type Parameters
Parameter | Constraint | Default | Description |
---|---|---|---|
TSchemaFactory | SchemaFactoryAlpha | SchemaFactoryAlpha | |
TCell | ImplicitAllowedTypes | ImplicitAllowedTypes |
Remarks
Includes parameters common to all row factory overloads.