value

abstract fun value(v: List<Attachment>?, origin: Origin = Origin.User)

Set the attachments value.

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

Parameters

v

New list of attachments, or null/empty to clear.

origin

Source of the change; controls whether listeners are notified.