Skip to main content

OptionsWithCellSchema Interface

A base interface for factory input options which include the table cell 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

interface OptionsWithCellSchema<TCellSchema extends ImplicitAllowedTypes>

Type Parameters

ParameterConstraintDescription
TCellSchemaImplicitAllowedTypes

Remarks

This interface should not be referenced directly. \

Properties

PropertyAlertsModifiersTypeDescription
cellAlphareadonlyTCellSchemaSchema for the table's cells.

Property Details

cell

Schema for the table's cells.

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

readonly cell: TCellSchema;

Type: TCellSchema