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

Parameter Constraint Description
TCellSchema ImplicitAllowedTypes

Remarks

This interface should not be referenced directly.

Properties

Property Alerts Modifiers Type Description
cell Alpha readonly TCellSchema Schema 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