Mixin: TextEditable

TextEditable

Mixin methods for text editing.

Static Methods

  • (static) startEditText() [source]

  • Start to edit the text, editing will be ended automatically whenever map is clicked.
    Fires:
    Returns:
    TextMarker: this
  • (static) endEditText() [source]

  • End text edit.
    Fires:
    Returns:
    TextMarker: this
  • (static) isEditingText() [source]

  • Whether the text is being edited.
    Returns:
    Boolean:
  • (static) getTextEditor() [source]

  • Get the text editor which is an ui.UIMarker
    Returns:
    ui.UIMarker: text editor