Interface

IndentBehavior (indent)

@ckeditor/ckeditor5-indent/src/indentblockcommand

interface

Provides indentation behavior to IndentBlockCommand.

Filtering

Methods

  • checkEnabled( indentAttributeValue ) → Boolean

    Checks if the command should be enabled.

    Parameters

    indentAttributeValue : String

    The current indent attribute value.

    Returns

    Boolean
  • getNextIndent( indentAttributeValue ) → String | undefined

    Returns a new indent attribute value based on the current indent. This method returns undefined when the indentation should be removed.

    Parameters

    indentAttributeValue : String

    The current indent attribute value.

    Returns

    String | undefined