TextFieldJSExport

@objc
public protocol TextFieldJSExport : JSExport

Undocumented

  • Undocumented

    Declaration

    Swift

    var text: String? { get set }
  • txt

    Undocumented

    Declaration

    Swift

    var txt: String { get set }
  • Undocumented

    Declaration

    Swift

    func getText() -> String
  • Undocumented

    Declaration

    Swift

    func event(_ state: String, _ completion: JSValue)
  • Undocumented

    Declaration

    Swift

    func text(_ string: String) -> TextField
  • Undocumented

    Declaration

    Swift

    func placeholder(_ string: String) -> TextField
  • Undocumented

    Declaration

    Swift

    func textColor(_ string: String) -> TextField
  • Undocumented

    Declaration

    Swift

    func font(_ string: String) -> TextField