CSEventPropertyImpl

open class CSEventPropertyImpl<T> : CSEventProperty<T> where T : Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(value: T, onApply: ((T) -> ())? = nil)
  • Undocumented

    Declaration

    Swift

    public override var value: T { get set }
  • Undocumented

    Declaration

    Swift

    @discardableResult
    public func value(_ newValue: T, fireEvents: Bool = true) -> Self