ignoresInput
A Boolean value that indicates whether the action acts upon its input or the input is ignored.
Declaration
var ignoresInput: Bool { get }Discussion
true if the action acts upon its input, otherwise false.
Many actions act upon their input, but an action may merely pass on its input or, rarely, ignore it.