value

abstract fun value(millis: Long?, origin: Origin = Origin.User)

Set the value in epoch millis.

Updates the underlying component value, re-validates dependents, and re-evaluates conditional visibility. Passing Origin.Sdk (or any origin where notify == false) suppresses change notifications.

Parameters

millis

New epoch millis, or null to clear.

origin

Source of the change; controls whether listeners are notified.