IndentBehavior
interface
Provides indentation behavior to IndentBlockCommand.
Properties
checkEnabled : ( indentAttributeValue: string ) => booleanmodule:indent/indentcommandbehavior/indentbehavior~IndentBehavior#checkEnabledChecks if the command should be enabled.
getNextIndent : ( indentAttributeValue: string ) => ( undefined | string )module:indent/indentcommandbehavior/indentbehavior~IndentBehavior#getNextIndentReturns a new indent attribute value based on the current indent. This method returns
undefinedwhen the indentation should be removed.isForward : booleanmodule:indent/indentcommandbehavior/indentbehavior~IndentBehavior#isForwardThe direction of indentation.