func textEditorView()

in Sources/TwitterTextEditor/TextEditorView.swift [80:90]


    func textEditorView(_ textEditorView: TextEditorView,
                        didChangeBaseWritingDirection writingDirection: NSWritingDirection)
}

/**
 A protocol that represents an editing content of the text editor view.

 - SeeAlso:
   - `TextEditorViewEditingContentDelegate.textEditorView(_:updateEditingContent:)`
 */
public protocol TextEditorViewEditingContent {