Interface

IndentBehavior (indent/indentcommandbehavior)

@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior

interface

Provides indentation behavior to IndentBlockCommand.

Filtering

Properties

  • checkEnabled : ( string ) => boolean

    Checks if the command should be enabled.

  • getNextIndent : ( string ) => ( undefined | string )

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

  • isForward : boolean

    The direction of indentation.