Contents

effect

The symbol effect that completed.

Declaration

@MainActor var effect: any SymbolEffect { get }

Discussion

For a symbol effect completion, this property may not be the same instance as the original effect.

For a content transition completion, this property is nil.

See Also

Determining completion status