Interface

TablePropertiesOptions (table)

@ckeditor/ckeditor5-table/src/tableconfig

interface

The configuration of the table default properties feature.

Filtering

Properties

  • alignment : string | undefined

    The default alignment of the table.

    Defaults to 'center'

  • backgroundColor : string | undefined

    The default background-color of the table.

  • borderColor : string | undefined

    The default border-color of the table.

  • borderStyle : string | undefined

    The default border-style of the table.

    Defaults to 'none'

  • borderWidth : string | undefined

    The default border-width of the table.

  • height : string | undefined

    The default height of the table.

  • width : string | undefined

    The default width of the table.