withSelectionPolicies method

TestSuperEditorConfigurator withSelectionPolicies(
  1. SuperEditorSelectionPolicies policies
)

Configures the SuperEditor with the given selection policies, which dictate the interactions between selection and other details, such as focus change.

Implementation

TestSuperEditorConfigurator withSelectionPolicies(SuperEditorSelectionPolicies policies) {
  _config.selectionPolicies = policies;
  return this;
}