HighlightTextCommand
public class HighlightTextCommand : RendererCommand
Undocumented
-
Declaration
Swift
public let name: CommandName -
Undocumented
Declaration
Swift
public var color: UIColor? -
Undocumented
Declaration
Swift
public init() -
Executes the command on Renderer in the selected range
Declaration
Swift
public func execute(on renderer: RendererView)Parameters
rendererRenderer to execute the command on.
View on GitHub
HighlightTextCommand Class Reference