Provides indentation behavior to IndentBlockCommand
.
Properties
-
checkEnabled : ( indentAttributeValue: string ) => boolean
module:indent/indentcommandbehavior/indentbehavior~IndentBehavior#checkEnabled
Checks if the command should be enabled.
-
getNextIndent : ( indentAttributeValue: string ) => ( undefined | string )
module:indent/indentcommandbehavior/indentbehavior~IndentBehavior#getNextIndent
Returns a new indent attribute value based on the current indent.
This method returns undefined
when the indentation should be removed.
-
isForward : boolean
module:indent/indentcommandbehavior/indentbehavior~IndentBehavior#isForward
The direction of indentation.
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing?
Please report it via our issue tracker.
With the release of version 42.0.0, we have rewritten much of our documentation to reflect the new import paths and features.
We appreciate your feedback to help us ensure its accuracy and completeness.