@tempots/dom

Computed.setDirty property

Marks the signal as dirty, indicating that its value has changed and needs to be recalculated. If the signal is already dirty or disposed, this method does nothing. It also marks all dependent signals as dirty and schedules a notification to update their values.

Signature:

readonly setDirty: () => void;