CreateColumnOptionsBase TypeAlias
Base options for creating table column 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 CreateColumnOptionsBase<TUserScope extends string = string, TSchemaFactory extends SchemaFactoryBeta<TUserScope> = SchemaFactoryBeta<TUserScope>, TCellSchema extends ImplicitAllowedTypes = ImplicitAllowedTypes> = OptionsWithSchemaFactory<TSchemaFactory> & OptionsWithCellSchema<TCellSchema>;
Type Parameters
| Parameter | Constraint | Default | Description |
|---|---|---|---|
| TUserScope | string | string | |
| TSchemaFactory | SchemaFactoryBeta<TUserScope> | SchemaFactoryBeta<TUserScope> | |
| TCellSchema | ImplicitAllowedTypes | ImplicitAllowedTypes |
Remarks
Includes parameters common to all column factory overloads.