Defaultable

public protocol Defaultable

A type that defines a control state when the control is user-interaction disabled.

Not typically used by application developers.

  • The control state in effect when control is in disabled mode.

    Declaration

    Swift

    static var `default`: Self { get }