GSCopilotSetting

@objc
public protocol GSCopilotSetting

Setting to change the piloting source

Note

this protocol is for Objective-C compatibility only.
  • Tells if a 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 }