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

    renderer

    Renderer to execute the command on.