getOption method

dynamic getOption(
  1. String option
)

Retrieves the current value of the given option for this editor instance.

Implementation

dynamic getOption(String option) => callArg('getOption', option);