Typedef

TablePropertiesOptions (table)

@ckeditor/ckeditor5-table/src/tableproperties

typedef
Object

The configuration of the table default properties feature.

Filtering

Properties

  • alignment : String | undefined

    The default alignment of the table.

    Defaults to 'center'

  • backgroundColor : String

    The default background-color of the table.

  • borderColor : String

    The default border-color of the table.

  • borderStyle : String | undefined

    The default border-style of the table.

    Defaults to 'none'

  • borderWidth : String

    The default border-width of the table.

  • height : String

    The default height of the table.

  • width : String

    The default width of the table.