Skip to main content

CLEAR_SELECTION

Clears the current text selection and optionally repositions the cursor to the start or end of the selection. Available in Swing editor context only.

At a glance

  • Category Editor
  • Version: 1.0.7
  • Applications: Swing
  • Scope: story, report, dwp, dashboard

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
cursorPositionWhere to move the cursor after clearing selection. Use "anchorStart" to move to the start or "anchorEnd" to move to the end.NonefalsefalseNoneNone

Examples

Clear selection and move cursor to end

- step: CLEAR_SELECTION
cursorPosition: "anchorEnd"

See Also

General Resources: