FollowModeSetting

public protocol FollowModeSetting : AnyObject

Setting providing access to the mode (FollowMode) setup.

  • Set of supported mode.

    Declaration

    Swift

    var supportedModes: Set<FollowMode> { get }
  • Tell if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Follow mode.

    Note

    Only a supported Follow mode can be set.

    Declaration

    Swift

    var value: FollowMode { get set }