Instance Property インスタンスプロパティ

isContinuous

A Boolean value that indicates whether the transaction originated from an action that produces a sequence of values. あるブール値、それはそのトランザクションがいくつかの値からなるあるシーケンスを生み出すあるアクションから生じるかどうかを指し示します。

Declaration 宣言

var isContinuous: Bool { get set }

Discussion 議論

This value is true if a continuous action created the transaction, and is false otherwise. Continuous actions include things like dragging a slider or pressing and holding a stepper, as opposed to tapping a button. 連続アクションは、スライダーをドラッグすることまたはステッパーを押すそして保持することのような事柄を含みます、ボタンをタップするのとは対照的に。