LabelJSExport

@objc
public protocol LabelJSExport : JSExport

Undocumented

  • Undocumented

    Declaration

    Swift

    var text: String? { get set }
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    func font(_ string: String) -> Label
  • Undocumented

    Declaration

    Swift

    func lines(_ int: Int) -> Label