Contents

objectWillChange

A publisher that informs subscribers of changes to the image.

Declaration

final let objectWillChange: PassthroughSubject<Void, Never>

Discussion

The renderer’s ObjectWillChangePublisher publishes Void elements. Subscribers should interpret any event as indicating that the contents of the image may have changed.

See Also

Producing a stream of images