FUIEnabledComponent

public protocol FUIEnabledComponent : AnyObject

Component protocol for whether the class is enabled.

  • A Boolean property that indicates whether the class is enabled.

    Declaration

    Swift

    var isEnabled: Bool { get set }