Contents

redacted(reason:)

Adds a reason to apply a redaction to this view hierarchy.

Declaration

nonisolated func redacted(reason: RedactionReasons) -> some View

Discussion

Adding a redaction is an additive process: any redaction provided will be added to the reasons provided by the parent.

See Also

Redacting private content