Typedef

NormalizeTableDefaultPropertiesOptions (table/utils)

@ckeditor/ckeditor5-table/src/utils/table-properties

typedefobject

Options used to determine which properties should be added to the normalized configuration.

Filtering

Properties

  • includeAlignmentProperty : boolean | undefined

    Whether the "alignment" property should be added.

  • includeHorizontalAlignmentProperty : boolean | undefined

    Whether the "horizontalAlignment" property should be added.

  • includePaddingProperty : boolean | undefined

    Whether the "padding" property should be added.

  • includeVerticalAlignmentProperty : boolean | undefined

    Whether the "verticalAlignment" property should be added.

  • isRightToLeftContent : boolean | undefined

    Whether the content is right-to-left.