CopilotSetting

public protocol CopilotSetting : AnyObject

Setting to change the piloting source

  • Tells if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Current source setting.

    Declaration

    Swift

    var source: CopilotSource { get set }