EditorContentView
public protocol EditorContentView : Focusable
Describes a view contained in Attachment that contains a single EditorView.
This is a helper protocol that can be applied to the view so that
basic properties and functions are made available on the view as passthrough.
-
Undocumented
Declaration
Swift
var editor: EditorView { get } -
attributedTextDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var attributedText: NSAttributedString { get set } -
maxHeightDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var maxHeight: EditorHeight { get set } -
boundsObserverDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var boundsObserver: BoundsObserving? { get set } -
delegateDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var delegate: EditorViewDelegate? { get set } -
becomeFirstResponder()Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func becomeFirstResponder() -> Bool -
setFocus()Extension methodUndocumented
Declaration
Swift
func setFocus()
View on GitHub
EditorContentView Protocol Reference